The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LightSessionKit, reference main (1ac7c5), with Swift 6.1 for Android on 28 May 2025 22:53:25 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/Arafo/LightSessionKit.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/Arafo/LightSessionKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1ac7c52 Add async to RequestAdapter
Cloned https://github.com/Arafo/LightSessionKit.git
Revision (git rev-parse @):
1ac7c5254c296d42c5b983df305601a857806d4c
SUCCESS checkout https://github.com/Arafo/LightSessionKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Arafo/LightSessionKit.git
https://github.com/Arafo/LightSessionKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LightSessionKit",
  "name" : "LightSessionKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "LightSessionKit",
      "targets" : [
        "LightSessionKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LightSessionKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LightSessionKitTests",
      "path" : "Tests/LightSessionKitTests",
      "sources" : [
        "LightSessionKitTests.swift",
        "Mock/BasicAuthAdapter.swift",
        "Mock/JSONRequestEncoder.swift",
        "Models/Post.swift"
      ],
      "target_dependencies" : [
        "LightSessionKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LightSessionKit",
      "module_type" : "SwiftTarget",
      "name" : "LightSessionKit",
      "path" : "Sources/LightSessionKit",
      "product_memberships" : [
        "LightSessionKit"
      ],
      "sources" : [
        "Error/InternalError.swift",
        "HTTPMethod.swift",
        "LightSessionManager.swift",
        "Request/RequestAdapter.swift",
        "Request/RequestEncoder.swift",
        "Response/Response+Decode.swift",
        "Response/Response.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling LightSessionKit Response+Decode.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[4/10] Compiling LightSessionKit Response.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[5/10] Compiling LightSessionKit RequestEncoder.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module LightSessionKit
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[7/10] Compiling LightSessionKit LightSessionManager.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[8/10] Compiling LightSessionKit InternalError.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[9/10] Compiling LightSessionKit HTTPMethod.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[10/10] Compiling LightSessionKit RequestAdapter.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
swift-build: /home/build-user/llbuild/lib/Core/SQLiteBuildDB.cpp:703: virtual void (anonymous namespace)::SQLiteBuildDB::buildComplete(): Assertion `result == SQLITE_OK' failed.
*** Signal 6: Backtracing from 0x7f2c8d1169fc... done ***
*** Program crashed: Aborted at 0x0000000000000001 ***
Thread 0 "swift-build":
0  0x00007f2c8d0c280a <unknown> in libc.so.6
Thread 1:
0  0x00007f2c8d1a5e2e <unknown> in libc.so.6
Thread 2 crashed:
0  0x00007f2c8d1169fc <unknown> in libc.so.6
Thread 3:
0  0x00007f2c8d111117 <unknown> in libc.so.6
Registers:
rax 0x0000000000000000  0
rdx 0x00007f2c85c8b640  40 b6 c8 85 2c 7f 00 00 80 fc 01 80 2c 7f 00 00  @¶È·,····ü··,···
rcx 0x00007f2c8d1169fc  41 89 c5 41 f7 dd 3d 00 f0 ff ff b8 00 00 00 00  A·ÅA÷Ý=·ðÿÿ¸····
rbx 0x0000000000000006  6
rsi 0x0000000000000001  1
rdi 0x000000000000003c  60
rbp 0x000000000000003c  60
rsp 0x00007f2c85c8a310  5c be 07 74 2c 7f 00 00 30 bd 07 74 2c 7f 00 00  \¾·t,···0½·t,···
 r8 0x00007f2c85c8a3e0  20 00 00 00 00 00 00 00 a0 b6 29 8d 2c 7f 00 00   ······· ¶)·,···
 r9 0x0000000000000000  0
r10 0x0000000000000008  8
r11 0x0000000000000246  582
r12 0x0000000000000006  6
r13 0x0000000000000016  22
r14 0x00005643b3099554  72 65 73 75 6c 74 20 3d 3d 20 53 51 4c 49 54 45  result == SQLITE
r15 0x00007f2c74021150  d8 aa fc b2 43 56 00 00 38 7b 04 74 2c 7f 00 00  تü²CV··8{·t,···
rip 0x00007f2c8d1169fc  41 89 c5 41 f7 dd 3d 00 f0 ff ff b8 00 00 00 00  A·ÅA÷Ý=·ðÿÿ¸····
rflags 0x0000000000000246  ZF PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (71 omitted):
0x00007f2c8d080000–0x00007f2c8d23c341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
Backtrace took 0.01s
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling LightSessionKit RequestEncoder.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[3/9] Compiling LightSessionKit RequestAdapter.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[4/9] Compiling LightSessionKit Response.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[5/9] Compiling LightSessionKit Response+Decode.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module LightSessionKit
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[7/9] Compiling LightSessionKit InternalError.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[8/9] Compiling LightSessionKit HTTPMethod.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
[9/9] Compiling LightSessionKit LightSessionManager.swift
/host/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | extension Response {
BUILD FAILURE 6.1 android