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 YoutubeDL-iOS, reference 0.0.9 (64d907), with Swift 6.1 for Linux on 28 Apr 2025 04:44:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/YoutubeDL-iOS.git
Reference: 0.0.9
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
 * 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:         linux
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-0":/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/kewlbear/FFmpeg-iOS-Lame
Fetching https://github.com/pvieito/PythonKit.git
Fetching https://github.com/kewlbear/Python-iOS.git
[1/32] Fetching ffmpeg-ios-lame
[33/1675] Fetching ffmpeg-ios-lame, pythonkit
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame from cache (0.19s)
Fetched https://github.com/pvieito/PythonKit.git from cache (0.20s)
[1/1568] Fetching python-ios
Fetched https://github.com/kewlbear/Python-iOS.git from cache (11.23s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.5.1 (11.72s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Lame
Computed https://github.com/kewlbear/FFmpeg-iOS-Lame at 0.0.6-b20230730-000000 (2.32s)
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.25s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Support
Computed https://github.com/kewlbear/FFmpeg-iOS-Support at 0.0.2 (0.85s)
Computing version for https://github.com/kewlbear/Python-iOS.git
Computed https://github.com/kewlbear/Python-iOS.git at 0.1.1-b20230423-090254 (1.03s)
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.5.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-b20230423-090254
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/avutil.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/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/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/mp3lame.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/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/swresample.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
[1397/7703685] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
[34635/14280801] Downloading 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/avfilter.zip
[65521/14355972] Downloading 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/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
[173009/15907973] Downloading 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/avfilter.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/avutil.zip
[673013/20768716] Downloading 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/avfilter.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/avutil.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/avdevice.zip (0.76s)
[814566/20693545] Downloading 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/avfilter.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/avformat.zip
[9642653/21651611] Downloading 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/avfilter.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/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
[9659055/43721281] Downloading 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/avfilter.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/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/avcodec.zip
[9675413/43822415] Downloading 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/avfilter.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/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/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip
[10187475/44493995] Downloading 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/avfilter.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/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/avcodec.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/mp3lame.zip
[12218849/44392861] Downloading 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/avfilter.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/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/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip (0.87s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip (0.99s)
[25132773/43721281] Downloading 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/avfilter.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/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/avcodec.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip (0.99s)
[23941202/42169280] Downloading 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/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/avcodec.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip (1.03s)
[27202377/41211214] Downloading 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/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/avcodec.zip
FoundationNetworking/EasyHandle.swift:293: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=libcurl.Easy Code=43 "(null)"
*** Signal 4: Backtracing from 0x7f76d056d788... done ***
*** Program crashed: Illegal instruction at 0x00007f76d056d788 ***
Thread 0 "swift-build":
0  0x00007f76cea9a80a <unknown> in libc.so.6
Thread 1:
0  0x00007f76ceae9117 <unknown> in libc.so.6
Thread 2:
0  0x00007f76ceb7de2e <unknown> in libc.so.6
Thread 3:
 0                         0x00007f76ceb7688d <unknown> in libc.so.6
 1 [ra] [inlined] [system] 0x0000559c180ccc75 specialized withCheckedThrowingContinuation<A>(isolation:function:_:) in swift-package at /home/build-user/swiftpm/<stdin>
 2 [ra]                    0x0000559c180ccc75 URLSessionHTTPClient.execute@Sendable (_:progress:) + 228 in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:59:19
 3 [async] [system]        0x0000559c1807da00 implicit closure #3 in implicit closure #2 in implicit closure #1 in HTTPClient.init(configuration:implementation:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift
 4 [async] [thunk]         0x0000559c18080830 partial apply for implicit closure #3 in implicit closure #2 in implicit closure #1 in HTTPClient.init(configuration:implementation:) in swift-package at //<compiler-generated>
 5 [async] [thunk]         0x0000559c1807d8e0 thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @guaranteed (@escaping @callee_guaranteed @Sendable (@unowned Int64, @unowned Int64?) -> (@error @owned Error))?) -> (@owned HTTPClientResponse, @error @owned Error) in swift-package at //<compiler-generated>
 6 [async] [thunk]         0x0000559c18080aa0 partial apply for thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @guaranteed (@escaping @callee_guaranteed @Sendable (@unowned Int64, @unowned Int64?) -> (@error @owned Error))?) -> (@owned HTTPClientResponse, @error @owned Error) in swift-package
 7 [async] [thunk]         0x0000559c1807db60 thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @in_guaranteed (@escaping @callee_guaranteed @Sendable @substituted <A, B, C> (@in_guaranteed A, @in_guaranteed B) -> (@out C, @error @owned Error) for <Int64Int64?()>)?) -> (@out HTTPClientResponse, @error @owned Error) in swift-package at //<compiler-generated>
 8 [async] [thunk]         0x0000559c18080ac0 partial apply for thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @in_guaranteed (@escaping @callee_guaranteed @Sendable @substituted <A, B, C> (@in_guaranteed A, @in_guaranteed B) -> (@out C, @error @owned Error) for <Int64Int64?()>)?) -> (@out HTTPClientResponse, @error @owned Error) in swift-package
 9 [async]                 0x0000559c1807e830 HTTPClient.executeWithStrategies(request:requestNumber:_:_:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift:109
10 [async]                 0x0000559c1807e200 HTTPClient.execute(_:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift:93
11 [async]                 0x0000559c193fd820 Workspace.BinaryArtifactsManager.download(artifact:destination:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:642
12 [async]                 0x0000559c193fb250 Workspace.BinaryArtifactsManager.fetch(artifact:destination:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:608
13 [async]                 0x0000559c193f9080 closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:244
14 [async] [thunk]         0x0000559c194033e0 partial apply for closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at //<compiler-generated>
15 [async] [system]        0x0000559c19400f40 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package at //<compiler-generated>
16 [async] [thunk]         0x0000559c19405560 partial apply for specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package
17 [async] [system]        0x00007f76d02663b0 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) in libswift_Concurrency.so
Thread 4:
0  0x00007f76ceae9117 <unknown> in libc.so.6
Thread 5:
0  0x00007f76ceae9117 <unknown> in libc.so.6
Thread 6:
 0 [inlined]               0x0000559c192e6914 UInt32.rotateRight(by:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:235:33
 1                         0x0000559c192e6914 specialized InternalSHA256.process(_:hash:) + 660 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:148:72
 2 [ra] [inlined] [system] 0x0000559c192e6b7b InternalSHA256.process(_:hash:) in swift-package at //<compiler-generated>
 3 [ra]                    0x0000559c192e6b7b specialized InternalSHA256.hash(_:) + 314 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:96:13
 4 [ra] [inlined]          0x0000559c192e5fe1 SHA256.hash(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:49:25
 5 [ra] [thunk]            0x0000559c192e5fe1 protocol witness for HashAlgorithm.hash(_:) in conformance SHA256 + 48 in swift-package at //<compiler-generated>:48:17
 6 [ra]                    0x0000559c19401a94 specialized static Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:hashAlgorithm:archiver:fileSystem:) + 467 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:545:34
 7 [ra] [inlined] [system] 0x0000559c193fb51d Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:) in swift-package at //<compiler-generated>
 8 [ra] [inlined]          0x0000559c193fb51d static Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:hashAlgorithm:archiver:fileSystem:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:271:54
 9 [ra]                    0x0000559c193fb51d closure #4 in closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 76 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:549:22
10 [ra] [thunk]            0x0000559c19403625 partial apply for closure #4 in closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 20 in swift-package at //<compiler-generated>
11 [ra]                    0x0000559c1809fa2a DiagnosticsEmitterProtocol.trap<A>(_:) + 41 in swift-package at /home/build-user/swiftpm/Sources/Basics/Observability.swift:243:24
12 [ra]                    0x0000559c193f939c closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 171 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:271:38
13 [async] [thunk]         0x0000559c194033e0 partial apply for closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at //<compiler-generated>
14 [async] [system]        0x0000559c19400f40 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package at //<compiler-generated>
15 [async] [thunk]         0x0000559c19405560 partial apply for specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package
16 [async] [system]        0x00007f76d02663b0 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) in libswift_Concurrency.so
Thread 7:
 0                         0x00007f76ceb7688d <unknown> in libc.so.6
 1 [ra] [inlined] [system] 0x0000559c180ccc75 specialized withCheckedThrowingContinuation<A>(isolation:function:_:) in swift-package at /home/build-user/swiftpm/<stdin>
 2 [ra]                    0x0000559c180ccc75 URLSessionHTTPClient.execute@Sendable (_:progress:) + 228 in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:59:19
 3 [async] [system]        0x0000559c1807da00 implicit closure #3 in implicit closure #2 in implicit closure #1 in HTTPClient.init(configuration:implementation:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift
 4 [async] [thunk]         0x0000559c18080830 partial apply for implicit closure #3 in implicit closure #2 in implicit closure #1 in HTTPClient.init(configuration:implementation:) in swift-package at //<compiler-generated>
 5 [async] [thunk]         0x0000559c1807d8e0 thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @guaranteed (@escaping @callee_guaranteed @Sendable (@unowned Int64, @unowned Int64?) -> (@error @owned Error))?) -> (@owned HTTPClientResponse, @error @owned Error) in swift-package at //<compiler-generated>
 6 [async] [thunk]         0x0000559c18080aa0 partial apply for thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @guaranteed (@escaping @callee_guaranteed @Sendable (@unowned Int64, @unowned Int64?) -> (@error @owned Error))?) -> (@owned HTTPClientResponse, @error @owned Error) in swift-package
 7 [async] [thunk]         0x0000559c1807db60 thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @in_guaranteed (@escaping @callee_guaranteed @Sendable @substituted <A, B, C> (@in_guaranteed A, @in_guaranteed B) -> (@out C, @error @owned Error) for <Int64Int64?()>)?) -> (@out HTTPClientResponse, @error @owned Error) in swift-package at //<compiler-generated>
 8 [async] [thunk]         0x0000559c18080ac0 partial apply for thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @in_guaranteed (@escaping @callee_guaranteed @Sendable @substituted <A, B, C> (@in_guaranteed A, @in_guaranteed B) -> (@out C, @error @owned Error) for <Int64Int64?()>)?) -> (@out HTTPClientResponse, @error @owned Error) in swift-package
 9 [async]                 0x0000559c1807e830 HTTPClient.executeWithStrategies(request:requestNumber:_:_:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift:109
10 [async]                 0x0000559c1807e200 HTTPClient.execute(_:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift:93
11 [async]                 0x0000559c193fd820 Workspace.BinaryArtifactsManager.download(artifact:destination:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:642
12 [async]                 0x0000559c193fb250 Workspace.BinaryArtifactsManager.fetch(artifact:destination:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:608
13 [async]                 0x0000559c193f9080 closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:244
14 [async] [thunk]         0x0000559c194033e0 partial apply for closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at //<compiler-generated>
15 [async] [system]        0x0000559c19400f40 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package at //<compiler-generated>
16 [async] [thunk]         0x0000559c19405560 partial apply for specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package
17 [async] [system]        0x00007f76d02663b0 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) in libswift_Concurrency.so
Thread 8:
0  0x00007f76ceb7688d <unknown> in libc.so.6
Thread 9:
 0                         0x0000559c192e67b6 specialized InternalSHA256.process(_:hash:) + 310 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:123:44
 1 [ra] [inlined] [system] 0x0000559c192e6b7b InternalSHA256.process(_:hash:) in swift-package at //<compiler-generated>
 2 [ra]                    0x0000559c192e6b7b specialized InternalSHA256.hash(_:) + 314 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:96:13
 3 [ra] [inlined]          0x0000559c192e5fe1 SHA256.hash(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:49:25
 4 [ra] [thunk]            0x0000559c192e5fe1 protocol witness for HashAlgorithm.hash(_:) in conformance SHA256 + 48 in swift-package at //<compiler-generated>:48:17
 5 [ra]                    0x0000559c19401a94 specialized static Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:hashAlgorithm:archiver:fileSystem:) + 467 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:545:34
 6 [ra] [inlined] [system] 0x0000559c193fb51d Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:) in swift-package at //<compiler-generated>
 7 [ra] [inlined]          0x0000559c193fb51d static Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:hashAlgorithm:archiver:fileSystem:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:271:54
 8 [ra]                    0x0000559c193fb51d closure #4 in closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 76 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:549:22
 9 [ra] [thunk]            0x0000559c19403625 partial apply for closure #4 in closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 20 in swift-package at //<compiler-generated>
10 [ra]                    0x0000559c1809fa2a DiagnosticsEmitterProtocol.trap<A>(_:) + 41 in swift-package at /home/build-user/swiftpm/Sources/Basics/Observability.swift:243:24
11 [ra]                    0x0000559c193f939c closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 171 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:271:38
12 [async] [thunk]         0x0000559c194033e0 partial apply for closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at //<compiler-generated>
13 [async] [system]        0x0000559c19400f40 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package at //<compiler-generated>
14 [async] [thunk]         0x0000559c19405560 partial apply for specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package
15 [async] [system]        0x00007f76d02663b0 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) in libswift_Concurrency.so
Thread 10:
0  0x00007f76ceb7117e <unknown> in libc.so.6
Thread 11:
0  0x00007f76ceae9117 <unknown> in libc.so.6
Thread 12 crashed:
0      0x00007f76d056d788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007f76d05a1ae6 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007f76cf104d74 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 13:
0                         0x00007f76ceb6c81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000559c180570d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x0000559c180570d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x0000559c1805c167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] [inlined]          0x0000559c1931866d specialized Condition.whileLocked<A>(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:43:21
5 [ra] [inlined]          0x0000559c1931866d 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]                    0x0000559c1931866d 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                         0x00007f76ceb6c81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000559c1805756e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x0000559c1805756e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra]                    0x0000559c1805c167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x0000559c193186b8 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 0x00007f768c005d78  03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80  ················
rdi 0x00007f768c0008e0  06 00 06 00 07 00 06 00 06 00 07 00 07 00 07 00  ················
rbp 0x00007f769bffdfe0  90 e0 ff 9b 76 7f 00 00 e6 1a 5a d0 76 7f 00 00  ·àÿ·v···æ·ZÐv···
rsp 0x00007f769bffdf70  80 df ff 9b 76 7f 00 00 4b 48 49 d0 76 7f 00 00  ·ßÿ·v···KHIÐv···
 r8 0x00007f768c046090  b6 ef 6c 7b 71 7f 00 00 98 b9 d8 73 1e d2 10 73  ¶ïl{q····¹Øs·Ò·s
 r9 0x00007f769bffdc50  73 73 69 6f 6e 20 75 6e 65 78 70 65 63 74 65 64  ssion unexpected
r10 0x0000000000000000  0
r11 0x7310d21e73d8b998  8291357942223518104
r12 0x00007f768c005d70  c8 b3 83 d0 76 7f 00 00 03 00 00 00 00 00 00 00  ȳ·Ðv···········
r13 0x00007f769bffe058  5a 00 00 00 00 00 00 f0 70 5d 00 8c 76 7f 00 00  Z······ðp]··v···
r14 0x0000000000000000  0
r15 0x000000000000005a  90
rip 0x00007f76d056d788  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 (67 omitted):
0x0000559c17ddc000–0x0000559c19fa8280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package              /usr/bin/swift-package
0x00007f76cea58000–0x00007f76cec14341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6                  /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f76cf05b000–0x00007f76cf15e0f8 8937021eaaca913192c71363aa86ab9f12ff9ba4 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007f76d01fb000–0x00007f76d0280838 2ddcd1b199f2f24b5d166840bae5360a8f00474c libswift_Concurrency.so    /usr/lib/swift/linux/libswift_Concurrency.so
0x00007f76d0291000–0x00007f76d081f8c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
Backtrace took 122.55s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
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/libpython3.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/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/avformat.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/libffi.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/libcrypto.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
[16384/958066] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
[17781/1155628] Downloading 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
[164795/6016371] Downloading 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/avformat.zip
[311324/6091542] Downloading 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/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
[539764/7643543] Downloading 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/avformat.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/avutil.zip
[901890/55631129] Downloading 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/avformat.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/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
[1063916/57350791] Downloading 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/avformat.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/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
[1096684/58067123] Downloading 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/avformat.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/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.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/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip (1.22s)
[2016067/57991952] Downloading 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/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.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/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip (1.29s)
[2039259/57033886] Downloading 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/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.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/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip (1.30s)
[1944790/56836324] Downloading 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/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.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/fftools.zip
[2765771/57507904] Downloading 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/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.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/fftools.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip
FoundationNetworking/EasyHandle.swift:293: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=libcurl.Easy Code=43 "(null)"
*** Signal 4: Backtracing from 0x7f2db446c788... done ***
*** Program crashed: Illegal instruction at 0x00007f2db446c788 ***
Thread 0 "swift-build":
0  0x00007f2db299980a <unknown> in libc.so.6
Thread 1:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 2:
0  0x00007f2db2a7ce2e <unknown> in libc.so.6
Thread 3:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 4:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 5:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 6:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 7:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 8:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 9 crashed:
0      0x00007f2db446c788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007f2db44a0ae6 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007f2db3003d74 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 10:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 11:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 12:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Thread 13:
0  0x00007f2db29e8117 <unknown> in libc.so.6
Registers:
rax 0x0000000200000003  8589934595
rdx 0x0000000000000002  2
rcx 0xfffffffe00000000  18446744065119617024
rbx 0x0000000000000003  3
rsi 0x00007f2d6c8511e8  03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80  ················
rdi 0x00007f2d6c0008e0  04 00 02 00 07 00 01 00 04 00 03 00 07 00 07 00  ················
rbp 0x00007f2d85416fe0  90 70 41 85 2d 7f 00 00 e6 0a 4a b4 2d 7f 00 00  ·pA·-···æ·J´-···
rsp 0x00007f2d85416f70  80 6f 41 85 2d 7f 00 00 4b 38 39 b4 2d 7f 00 00  ·oA·-···K89´-···
 r8 0x00007f2d6c828c40  b8 a7 d6 ae 2a 7f 00 00 a2 90 01 57 fc 6e ef f2  ¸§Ö®*···¢··Wünïò
 r9 0x00007f2d85416c50  73 73 69 6f 6e 20 75 6e 65 78 70 65 63 74 65 64  ssion unexpected
r10 0x0000000000000000  0
r11 0xf2ef6efc570190a2  17505332306682941602
r12 0x00007f2d6c8511e0  c8 a3 73 b4 2d 7f 00 00 03 00 00 00 00 00 00 00  È£s´-···········
r13 0x00007f2d85417058  5a 00 00 00 00 00 00 f0 e0 11 85 6c 2d 7f 00 00  Z······ðà··l-···
r14 0x0000000000000000  0
r15 0x000000000000005a  90
rip 0x00007f2db446c788  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 (69 omitted):
0x00007f2db2957000–0x00007f2db2b13341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6                  /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f2db2f5a000–0x00007f2db305d0f8 8937021eaaca913192c71363aa86ab9f12ff9ba4 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007f2db4190000–0x00007f2db471e8c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
Backtrace took 0.16s
BUILD FAILURE 6.1 linux