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 Malline, reference 0.4.0 (649185), with Swift 6.1 for Android on 27 May 2025 07:37:10 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/naamio/malline.git
Reference: 0.4.0
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/naamio/malline
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 6491851 docs: README badges reference Naamio project.
Cloned https://github.com/naamio/malline.git
Revision (git rev-parse @):
6491851616d77c7b9c06310c4aa2e8d137467c88
SUCCESS checkout https://github.com/naamio/malline.git at 0.4.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/naamio/malline.git
https://github.com/naamio/malline.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Malline",
  "name" : "Malline",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Malline",
      "targets" : [
        "Malline"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MallineTests",
      "module_type" : "SwiftTarget",
      "name" : "MallineTests",
      "path" : "Tests/MallineTests",
      "sources" : [
        "ContextTests.swift",
        "EnvironmentTests.swift",
        "ExpressionTests.swift",
        "FilterTests.swift",
        "IncludeTests.swift",
        "InheritenceTests.swift",
        "LexerTests.swift",
        "LoaderTests.swift",
        "ParserTests.swift",
        "StencilTests.swift",
        "Tags/FilterTagTests.swift",
        "Tags/ForTagTests.swift",
        "Tags/IfTagTests.swift",
        "Tags/NowTagTests.swift",
        "Tags/TagTests.swift",
        "TokenTests.swift",
        "VariableTests.swift"
      ],
      "target_dependencies" : [
        "Malline"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Malline",
      "module_type" : "SwiftTarget",
      "name" : "Malline",
      "path" : "Sources/Malline",
      "product_memberships" : [
        "Malline"
      ],
      "sources" : [
        "Context.swift",
        "Environment.swift",
        "Errors.swift",
        "Expression.swift",
        "Extension.swift",
        "Filters.swift",
        "Include.swift",
        "Inheritence.swift",
        "Lexer.swift",
        "Loader.swift",
        "Parser.swift",
        "PathKit/PathKit.swift",
        "Stencil.swift",
        "Tags/BlockTag.swift",
        "Tags/ExtendsTag.swift",
        "Tags/FilterTag.swift",
        "Tags/ForTag.swift",
        "Tags/IfTag.swift",
        "Tags/NowTag.swift",
        "Tags/Tag.swift",
        "Tags/TextTag.swift",
        "Tags/VariableTag.swift",
        "Tokenizer.swift",
        "Variable.swift"
      ],
      "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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module Malline
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[4/27] Compiling Malline Context.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[5/27] Compiling Malline Environment.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[6/27] Compiling Malline Errors.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[7/27] Compiling Malline Stencil.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[8/27] Compiling Malline BlockTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[9/27] Compiling Malline ExtendsTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[10/27] Compiling Malline NowTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[11/27] Compiling Malline Tag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[12/27] Compiling Malline TextTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[13/27] Compiling Malline Include.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[14/27] Compiling Malline Inheritence.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[15/27] Compiling Malline Lexer.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[16/27] Compiling Malline Loader.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[17/27] Compiling Malline Parser.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[18/27] Compiling Malline PathKit.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[19/27] Compiling Malline Expression.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[20/27] Compiling Malline Extension.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[21/27] Compiling Malline Filters.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[22/27] Compiling Malline FilterTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[23/27] Compiling Malline ForTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[24/27] Compiling Malline IfTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[25/27] Compiling Malline VariableTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[26/27] Compiling Malline Tokenizer.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[27/27] Compiling Malline Variable.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling Malline Stencil.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[3/23] Compiling Malline BlockTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[4/23] Compiling Malline ExtendsTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[5/26] Compiling Malline Context.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[6/26] Compiling Malline Environment.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[7/26] Compiling Malline Errors.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/26] Emitting module Malline
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[9/26] Compiling Malline FilterTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[10/26] Compiling Malline ForTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[11/26] Compiling Malline IfTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[12/26] Compiling Malline NowTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[13/26] Compiling Malline Tag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[14/26] Compiling Malline TextTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[15/26] Compiling Malline Include.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[16/26] Compiling Malline Inheritence.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[17/26] Compiling Malline Lexer.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[18/26] Compiling Malline VariableTag.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[19/26] Compiling Malline Tokenizer.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[20/26] Compiling Malline Variable.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[21/26] Compiling Malline Expression.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[22/26] Compiling Malline Extension.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[23/26] Compiling Malline Filters.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[24/26] Compiling Malline Loader.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[25/26] Compiling Malline Parser.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[26/26] Compiling Malline PathKit.swift
/host/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
BUILD FAILURE 6.1 android