The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build YoutubeDL-iOS, reference 0.0.9 (64d907), with Swift 6.1 for Android on 29 May 2025 01:54:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: 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:         android
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pvieito/PythonKit.git
Fetching https://github.com/kewlbear/Python-iOS.git
Fetching https://github.com/kewlbear/FFmpeg-iOS-Lame
[1/32] Fetching ffmpeg-ios-lame
[33/1675] Fetching ffmpeg-ios-lame, pythonkit
[1676/3243] Fetching ffmpeg-ios-lame, pythonkit, python-ios
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame from cache (11.15s)
Fetched https://github.com/pvieito/PythonKit.git from cache (11.15s)
Fetched https://github.com/kewlbear/Python-iOS.git from cache (11.53s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.5.1 (12.10s)
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.59s)
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.23s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Support
Computed https://github.com/kewlbear/FFmpeg-iOS-Support at 0.0.2 (0.83s)
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.60s)
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-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/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-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/libcrypto.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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.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/avformat.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/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/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/avutil.zip
[1369/22069670] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
[147318/26930413] Downloading 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/avformat.zip
[4697634/27031547] Downloading 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/avformat.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip
[7587801/27989613] Downloading 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/avformat.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
[9021514/29709275] Downloading 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/avformat.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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
[10381509/77696861] Downloading 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/avformat.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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
[11511461/77772032] Downloading 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/avformat.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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, 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/avdevice.zip
[12801936/77969594] Downloading 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/avformat.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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, 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/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
[16663994/77868460] Downloading 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/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, 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/avdevice.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/libffi.xcframework.zip (1.19s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip (1.27s)
[25062072/77793289] Downloading 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/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, 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/swresample.zip
[25957271/77595727] Downloading 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/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip (1.29s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip (1.41s)
[31693595/76637661] Downloading 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/avformat.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip (1.50s)
[43131492/74917999] Downloading 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/avformat.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.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 0x7fa443ece788... done ***
*** Program crashed: Illegal instruction at 0x00007fa443ece788 ***
Thread 0 "swift-build":
0  0x00007fa4423fb80a <unknown> in libc.so.6
Thread 1:
0  0x00007fa4424d788d <unknown> in libc.so.6
Thread 2:
0  0x00007fa4424dee2e <unknown> in libc.so.6
Thread 3:
0  0x00007fa44244a117 <unknown> in libc.so.6
Thread 4 crashed:
0      0x00007fa443ece788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007fa443f02ae6 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007fa442a65d74 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 5:
0  0x00007fa4424d217e <unknown> in libc.so.6
Thread 6:
0  0x00007fa44244a117 <unknown> in libc.so.6
Thread 7:
0  0x00007fa4424d788d <unknown> in libc.so.6
Thread 8:
0  0x00007fa44244a117 <unknown> in libc.so.6
Thread 9:
0  0x00007fa44244a117 <unknown> in libc.so.6
Thread 10:
0  0x00007fa44244a117 <unknown> in libc.so.6
Thread 11:
0  0x00007fa44244a117 <unknown> in libc.so.6
Thread 12:
0  0x00007fa44244a117 <unknown> in libc.so.6
Thread 13:
0  0x00007fa44244a117 <unknown> in libc.so.6
Thread 14:
0                         0x00007fa4424cd81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000056089724e0d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000056089724e0d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x0000560897253167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000056089850f6b8 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                         0x00007fa4424cd81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000056089724e56e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000056089724e56e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra]                    0x0000560897253167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000056089850f6b8 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                         0x00007fa4424cd81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000056089724e0d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000056089724e0d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x0000560897253167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] [inlined]          0x000056089850f66d specialized Condition.whileLocked<A>(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:43:21
5 [ra] [inlined]          0x000056089850f66d 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]                    0x000056089850f66d 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 17:
0                         0x00007fa4424cd81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000056089724e56e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000056089724e56e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra]                    0x0000560897253167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000056089850f6b8 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 0x00007fa4282e2c78  03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80  ················
rdi 0x00007fa4280008e0  01 00 01 00 02 00 06 00 03 00 07 00 07 00 07 00  ················
rbp 0x00007fa436ffbfe0  90 c0 ff 36 a4 7f 00 00 e6 2a f0 43 a4 7f 00 00  ·Àÿ6¤···æ*ðC¤···
rsp 0x00007fa436ffbf70  80 bf ff 36 a4 7f 00 00 4b 58 df 43 a4 7f 00 00  ·¿ÿ6¤···KXßC¤···
 r8 0x00007fa428012eb0  72 6b 5c d2 a3 7f 00 00 a1 e2 b4 0b e3 ad ff 06  rk\Ò£···¡â´·ã­ÿ·
 r9 0x00007fa436ffbc50  73 73 69 6f 6e 20 75 6e 65 78 70 65 63 74 65 64  ssion unexpected
r10 0x0000000000000000  0
r11 0x06ffade30bb4e2a1  504312873954370209
r12 0x00007fa4282e2c70  c8 c3 19 44 a4 7f 00 00 03 00 00 00 00 00 00 00  È÷D¤···········
r13 0x00007fa436ffc058  5a 00 00 00 00 00 00 f0 70 2c 2e 28 a4 7f 00 00  Z······ðp,.(¤···
r14 0x0000000000000000  0
r15 0x000000000000005a  90
rip 0x00007fa443ece788  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):
0x0000560896fd3000–0x000056089919f280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package              /usr/bin/swift-package
0x00007fa4423b9000–0x00007fa442575341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6                  /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007fa4429bc000–0x00007fa442abf0f8 8937021eaaca913192c71363aa86ab9f12ff9ba4 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007fa443bf2000–0x00007fa4441808c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
Backtrace took 57.00s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/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/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/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/swresample.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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.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/avcodec.zip
[1369/1552001] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
[17781/3271663] Downloading 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/libssl.xcframework.zip
[27378/9848779] Downloading 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/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
[1741335/9923950] Downloading 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/libssl.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
[1969076/10882016] Downloading 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/libssl.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/swscale.zip
[1986192/18585701] Downloading 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/libssl.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/swscale.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
[2001234/19302033] Downloading 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/libssl.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/swscale.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
[2002558/19973613] Downloading 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/libssl.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/swscale.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, 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/avdevice.zip (0.93s)
[5673645/19898442] Downloading 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/libssl.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/swscale.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, 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)"
swift-runtime: failed to suspend thread 62 while processing a crash; backtraces will be missing information
swift-runtime: failed to suspend thread 240 while processing a crash; backtraces will be missing information
swift-runtime: failed to suspend thread 240 while processing a crash; backtraces will be missing information
swift-runtime: failed to suspend thread 241 while processing a crash; backtraces will be missing information
swift-runtime: failed to suspend thread 240 while processing a crash; backtraces will be missing information
swift-runtime: failed to suspend thread 241 while processing a crash; backtraces will be missing information
*** Signal 4: Backtracing from 0x7f0e1267b788... done ***
*** Program crashed: Illegal instruction at 0x00007f0e1267b788 ***
Thread 0 "swift-build":
0  0x00007f0e10ba880a <unknown> in libc.so.6
Thread 1:
 0                         0x00007f0e10c8488d <unknown> in libc.so.6
 1 [ra] [inlined] [system] 0x000055ae040dfc75 specialized withCheckedThrowingContinuation<A>(isolation:function:_:) in swift-package at /home/build-user/swiftpm/<stdin>
 2 [ra]                    0x000055ae040dfc75 URLSessionHTTPClient.execute@Sendable (_:progress:) + 228 in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:59:19
 3 [async] [system]        0x000055ae04090a00 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]         0x000055ae04093830 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]         0x000055ae040908e0 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]         0x000055ae04093aa0 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]         0x000055ae04090b60 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]         0x000055ae04093ac0 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]                 0x000055ae04091830 HTTPClient.executeWithStrategies(request:requestNumber:_:_:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift:109
10 [async]                 0x000055ae04091200 HTTPClient.execute(_:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift:93
11 [async]                 0x000055ae05410820 Workspace.BinaryArtifactsManager.download(artifact:destination:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:642
12 [async]                 0x000055ae0540e250 Workspace.BinaryArtifactsManager.fetch(artifact:destination:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:608
13 [async]                 0x000055ae0540c080 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]         0x000055ae054163e0 partial apply for closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at //<compiler-generated>
15 [async] [system]        0x000055ae05413f40 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package at //<compiler-generated>
16 [async] [thunk]         0x000055ae05418560 partial apply for specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package
17 [async] [system]        0x00007f0e123743b0 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) in libswift_Concurrency.so
Thread 2:
0  0x00007f0e10c8be2e <unknown> in libc.so.6
Thread 3:
0  0x00007f0e10c8488d <unknown> in libc.so.6
Thread 4:
0  0x00007f0e10bf7117 <unknown> in libc.so.6
Thread 5:
0  0x00007f0e10bfb219 <unknown> in libc.so.6
Thread 6:
0      0x00007f0e10c8488d <unknown> in libc.so.6
1 [ra] 0x000000000000000b
Thread 7:
0  0x00007f0e10c8488d <unknown> in libc.so.6
Thread 8:
0  0x00007f0e10c024a5 <unknown> in libc.so.6
Thread 9:
0      0x00007f0e10c8488d <unknown> in libc.so.6
1 [ra] 0x000000000000000b
Thread 10:
 0 [inlined] [system]      0x000055ae052f970d specialized IndexingIterator.next() in swift-package at //<compiler-generated>
 1                         0x000055ae052f970d specialized InternalSHA256.process(_:hash:) + 141 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:117:9
 2 [ra] [inlined] [system] 0x000055ae052f9b7b InternalSHA256.process(_:hash:) in swift-package at //<compiler-generated>
 3 [ra]                    0x000055ae052f9b7b specialized InternalSHA256.hash(_:) + 314 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:96:13
 4 [ra] [inlined]          0x000055ae052f8fe1 SHA256.hash(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:49:25
 5 [ra] [thunk]            0x000055ae052f8fe1 protocol witness for HashAlgorithm.hash(_:) in conformance SHA256 + 48 in swift-package at //<compiler-generated>:48:17
 6 [ra]                    0x000055ae05414a94 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] 0x000055ae0540e51d Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:) in swift-package at //<compiler-generated>
 8 [ra] [inlined]          0x000055ae0540e51d 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]                    0x000055ae0540e51d 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]            0x000055ae05416625 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]                    0x000055ae040b2a2a DiagnosticsEmitterProtocol.trap<A>(_:) + 41 in swift-package at /home/build-user/swiftpm/Sources/Basics/Observability.swift:243:24
12 [ra]                    0x000055ae0540c39c 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]         0x000055ae054163e0 partial apply for closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at //<compiler-generated>
14 [async] [system]        0x000055ae05413f40 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package at //<compiler-generated>
15 [async] [thunk]         0x000055ae05418560 partial apply for specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package
16 [async] [system]        0x00007f0e123743b0 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) in libswift_Concurrency.so
Thread 11 crashed:
0      0x00007f0e1267b788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007f0e126afae6 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007f0e11212d74 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 12:
0  0x00007f0e10bf7117 <unknown> in libc.so.6
Thread 13:
0                         0x00007f0e10c7a81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055ae0406a0d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000055ae0406a0d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x000055ae0406f167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] [inlined]          0x000055ae0532b66d specialized Condition.whileLocked<A>(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:43:21
5 [ra] [inlined]          0x000055ae0532b66d 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]                    0x000055ae0532b66d 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                         0x00007f0e10c7a81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055ae0406a56e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000055ae0406a56e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra]                    0x000055ae0406f167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000055ae0532b6b8 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  0x00007f0e10c7f17e <unknown> in libc.so.6
Thread 16:
0                         0x00007f0e10c7a81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055ae0406a0d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000055ae0406a0d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x000055ae0406f167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000055ae0532b6b8 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 0x00007f0dc890e3e8  03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80  ················
rdi 0x00007f0dc80008e0  06 00 06 00 07 00 06 00 06 00 07 00 07 00 07 00  ················
rbp 0x00007f0de9982fe0  90 30 98 e9 0d 7f 00 00 e6 fa 6a 12 0e 7f 00 00  ·0·é····æúj·····
rsp 0x00007f0de9982f70  80 2f 98 e9 0d 7f 00 00 4b 28 5a 12 0e 7f 00 00  ·/·é····K(Z·····
 r8 0x00007f0dc88fe7b0  de ca 72 38 0a 7f 00 00 ba af f0 30 96 1e 3e 52  ÞÊr8····º¯ð0··>R
 r9 0x00007f0de9982c50  73 73 69 6f 6e 20 75 6e 65 78 70 65 63 74 65 64  ssion unexpected
r10 0x0000000000000000  0
r11 0x523e1e9630f0afba  5926207790081159098
r12 0x00007f0dc890e3e0  c8 93 94 12 0e 7f 00 00 03 00 00 00 00 00 00 00  È···············
r13 0x00007f0de9983058  5a 00 00 00 00 00 00 f0 e0 e3 90 c8 0d 7f 00 00  Z······ðàã·È····
r14 0x0000000000000000  0
r15 0x000000000000005a  90
rip 0x00007f0e1267b788  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):
0x000055ae03def000–0x000055ae05fbb280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package              /usr/bin/swift-package
0x00007f0e10b66000–0x00007f0e10d22341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6                  /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f0e11169000–0x00007f0e1126c0f8 8937021eaaca913192c71363aa86ab9f12ff9ba4 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007f0e12309000–0x00007f0e1238e838 2ddcd1b199f2f24b5d166840bae5360a8f00474c libswift_Concurrency.so    /usr/lib/swift/linux/libswift_Concurrency.so
0x00007f0e1239f000–0x00007f0e1292d8c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
Backtrace took 95.70s
BUILD FAILURE 6.1 android