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 SkelpoMiddleware, reference master (b9809b), with Swift 6.1 for Android on 27 May 2025 12:54:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/skelpo/skelpomiddleware.git
Reference: master
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/skelpo/skelpomiddleware
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b9809bf Added Content-Type header to error reponses returned from APIErrorMiddleware
Cloned https://github.com/skelpo/skelpomiddleware.git
Revision (git rev-parse @):
b9809bfcdb90d7ede9488a9d5953de07b307fd26
SUCCESS checkout https://github.com/skelpo/skelpomiddleware.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/skelpo/skelpomiddleware.git
https://github.com/skelpo/skelpomiddleware.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt-provider",
      "requirement" : {
        "exact" : [
          "1.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-provider.git"
    }
  ],
  "manifest_display_name" : "SkelpoMiddleware",
  "name" : "SkelpoMiddleware",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "APIMiddleware",
      "targets" : [
        "APIMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AuthMiddleware",
      "targets" : [
        "AuthMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SkelpoMiddleware",
      "targets" : [
        "SkelpoMiddleware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SkelpoMiddlewareTests",
      "module_type" : "SwiftTarget",
      "name" : "SkelpoMiddlewareTests",
      "path" : "Tests/SkelpoMiddlewareTests",
      "sources" : [
        "SkelpoMiddlewareTests.swift"
      ],
      "target_dependencies" : [
        "APIMiddleware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SkelpoMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "SkelpoMiddleware",
      "path" : "Sources/SkelpoMiddleware",
      "product_memberships" : [
        "SkelpoMiddleware"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "Errors",
        "Helpers",
        "AuthMiddleware",
        "APIMiddleware"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Vapor",
        "JWTProvider"
      ],
      "product_memberships" : [
        "APIMiddleware",
        "AuthMiddleware",
        "SkelpoMiddleware"
      ],
      "sources" : [
        "Request+JWT.swift"
      ],
      "target_dependencies" : [
        "Errors"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Errors",
      "module_type" : "SwiftTarget",
      "name" : "Errors",
      "path" : "Sources/Errors",
      "product_dependencies" : [
        "Vapor",
        "JWTProvider"
      ],
      "product_memberships" : [
        "APIMiddleware",
        "AuthMiddleware",
        "SkelpoMiddleware"
      ],
      "sources" : [
        "MiddlewareError.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AuthMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "AuthMiddleware",
      "path" : "Sources/AuthMiddleware",
      "product_dependencies" : [
        "Vapor",
        "JWTProvider"
      ],
      "product_memberships" : [
        "AuthMiddleware",
        "SkelpoMiddleware"
      ],
      "sources" : [
        "JWTAuthenticationMiddlware.swift"
      ],
      "target_dependencies" : [
        "Errors",
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APIMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "APIMiddleware",
      "path" : "Sources/APIMiddleware",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "APIMiddleware",
        "SkelpoMiddleware"
      ],
      "sources" : [
        "APIErrorMiddleware.swift",
        "TeamIDMiddleware.swift"
      ],
      "target_dependencies" : [
        "Errors",
        "Helpers"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/jwt-provider.git
Fetching https://github.com/vapor/vapor.git
[1/455] Fetching jwt-provider
[456/74833] Fetching jwt-provider, vapor
Fetched https://github.com/vapor/jwt-provider.git from cache (1.80s)
Fetched https://github.com/vapor/vapor.git from cache (1.85s)
Computing version for https://github.com/vapor/jwt-provider.git
Computed https://github.com/vapor/jwt-provider.git at 1.3.0 (2.42s)
Fetching https://github.com/vapor/auth-provider.git
Fetching https://github.com/vapor/jwt.git
[1/2707] Fetching jwt
Fetched https://github.com/vapor/jwt.git from cache (0.46s)
[1/262] Fetching auth-provider
Fetched https://github.com/vapor/auth-provider.git from cache (1.16s)
Computing version for https://github.com/vapor/auth-provider.git
Computed https://github.com/vapor/auth-provider.git at 1.2.0 (1.88s)
Fetching https://github.com/vapor/auth.git
[1/1048] Fetching auth
Fetched https://github.com/vapor/auth.git from cache (0.26s)
Computing version for https://github.com/vapor/auth.git
Computed https://github.com/vapor/auth.git at 1.2.1 (0.90s)
Fetching https://github.com/vapor/fluent.git
[1/13421] Fetching fluent
Fetched https://github.com/vapor/fluent.git from cache (1.93s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 2.3.0 (2.91s)
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/json.git
[1/2786] Fetching crypto
[392/3784] Fetching crypto, json
Fetched https://github.com/vapor/crypto.git from cache (0.48s)
Fetched https://github.com/vapor/json.git from cache (0.49s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (1.50s)
Fetching https://github.com/vapor/random.git
Fetching https://github.com/vapor/ctls.git
[1/148] Fetching random
[149/219] Fetching random, ctls
Fetched https://github.com/vapor/ctls.git from cache (0.36s)
Fetched https://github.com/vapor/random.git from cache (0.36s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (0.87s)
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (1.13s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (1.68s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.51s)
Fetching https://github.com/vapor/debugging.git
Fetching https://github.com/vapor/bits.git
[1/358] Fetching bits
[356/618] Fetching bits, debugging
Fetched https://github.com/vapor/debugging.git from cache (5.24s)
Fetched https://github.com/vapor/bits.git from cache (5.24s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (5.72s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.50s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.48s)
Fetching https://github.com/vapor/node.git
[1/4211] Fetching node
Fetched https://github.com/vapor/node.git from cache (0.35s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.87s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (0.52s)
Fetching https://github.com/vapor/bcrypt.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/engine.git
Fetching https://github.com/vapor/console.git
[1/99] Fetching bcrypt
[57/5676] Fetching bcrypt, console
[58/31143] Fetching bcrypt, console, engine
[2782/34462] Fetching bcrypt, console, engine, multipart
[4581/55189] Fetching bcrypt, console, engine, multipart, routing
Fetched https://github.com/vapor/console.git from cache (1.32s)
Fetched https://github.com/vapor/engine.git from cache (1.34s)
[21912/24145] Fetching bcrypt, multipart, routing
Fetched https://github.com/vapor/bcrypt.git from cache (1.81s)
Fetched https://github.com/vapor/routing.git from cache (1.82s)
Fetched https://github.com/vapor/multipart.git from cache (1.88s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (2.65s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (0.51s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.52s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.47s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.55s)
Fetching https://github.com/vapor/tls.git
Fetching https://github.com/vapor/sockets.git
[1/1144] Fetching tls
[207/4456] Fetching tls, sockets
Fetched https://github.com/vapor/tls.git from cache (0.27s)
Fetched https://github.com/vapor/sockets.git from cache (0.29s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.82s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.76s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 2.5.1 (0.88s)
Fetching https://github.com/vapor/sqlite.git
[1/2112] Fetching sqlite
Fetched https://github.com/vapor/sqlite.git from cache (1.91s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 2.3.1 (2.44s)
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 2.5.1
Creating working copy for https://github.com/vapor/bcrypt.git
Working copy of https://github.com/vapor/bcrypt.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/auth.git
Working copy of https://github.com/vapor/auth.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 2.2.5
Creating working copy for https://github.com/vapor/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 2.4.5
Creating working copy for https://github.com/vapor/tls.git
Working copy of https://github.com/vapor/tls.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.1
Creating working copy for https://github.com/vapor/auth-provider.git
Working copy of https://github.com/vapor/auth-provider.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.2
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/sqlite.git
Working copy of https://github.com/vapor/sqlite.git resolved at 2.3.1
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/jwt-provider.git
Working copy of https://github.com/vapor/jwt-provider.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.5
Creating working copy for https://github.com/vapor/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.3
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.3
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 2.3.0
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
    apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
    apt-get install libssl-dev
Building for debugging...
[0/42] Write sources
[39/42] Compiling CHTTP http_parser.c
[40/42] Write swift-version-24593BA9C3E375BF.txt
[42/67] Emitting module Debugging
[43/67] Compiling Debugging Debuggable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/68] Emitting module libc
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | 	@_exported import Glibc
3 | #else
4 | 	@_exported import Darwin.C
  |                    `- error: no such module 'Darwin.C'
5 | #endif
6 |
[45/68] Compiling libc libc.swift
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | 	@_exported import Glibc
3 | #else
4 | 	@_exported import Darwin.C
  |                    `- error: no such module 'Darwin.C'
5 | #endif
6 |
[45/68] Compiling CSQLite sqlite3.c
[46/68] Compiling PathIndexable PathIndexable.swift
[47/68] Emitting module PathIndexable
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
    apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
    apt-get install libssl-dev
[0/1] Planning build
Building for debugging...
[0/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/27] Emitting module libc
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | 	@_exported import Glibc
3 | #else
4 | 	@_exported import Darwin.C
  |                    `- error: no such module 'Darwin.C'
5 | #endif
6 |
[3/27] Compiling libc libc.swift
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | 	@_exported import Glibc
3 | #else
4 | 	@_exported import Darwin.C
  |                    `- error: no such module 'Darwin.C'
5 | #endif
6 |
[3/27] Compiling CSQLite sqlite3.c
[4/27] Compiling Bits Byte+ControlCharacters.swift
/host/spi-builder-workspace/.build/checkouts/bits/Sources/Bits/Byte+Random.swift:4:23: error: no such module 'Darwin.C'
 2 |     @_exported import Glibc
 3 | #else
 4 |     @_exported import Darwin.C
   |                       `- error: no such module 'Darwin.C'
 5 | #endif
 6 |
[5/27] Compiling Bits Byte+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/bits/Sources/Bits/Byte+Random.swift:4:23: error: no such module 'Darwin.C'
 2 |     @_exported import Glibc
 3 | #else
 4 |     @_exported import Darwin.C
   |                       `- error: no such module 'Darwin.C'
 5 | #endif
 6 |
[6/27] Compiling Bits Byte+PatternMatching.swift
/host/spi-builder-workspace/.build/checkouts/bits/Sources/Bits/Byte+Random.swift:4:23: error: no such module 'Darwin.C'
 2 |     @_exported import Glibc
 3 | #else
 4 |     @_exported import Darwin.C
   |                       `- error: no such module 'Darwin.C'
 5 | #endif
 6 |
[7/27] Emitting module Debugging
[8/27] Emitting module PathIndexable
BUILD FAILURE 6.1 android