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 Yaap, reference master (034072), with Swift 6.1 for Android on 27 May 2025 13:55:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/hartbit/Yaap.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/hartbit/Yaap
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 034072a Update README.md
Cloned https://github.com/hartbit/Yaap.git
Revision (git rev-parse @):
034072a72efb0ac91bffc955e1acc8c5c8fb790b
SUCCESS checkout https://github.com/hartbit/Yaap.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hartbit/Yaap.git
https://github.com/hartbit/Yaap.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Yaap",
  "name" : "Yaap",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Yaap",
      "targets" : [
        "Yaap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "YaapExample",
      "targets" : [
        "YaapExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "YaapTests",
      "module_type" : "SwiftTarget",
      "name" : "YaapTests",
      "path" : "Tests/YaapTests",
      "sources" : [
        "ArgumentTests.swift",
        "ArgumentTypeTests.swift",
        "CommandTests.swift",
        "ExtensionsTests.swift",
        "HelpTests.swift",
        "Helpers.swift",
        "OptionTests.swift",
        "SubCommandTests.swift",
        "VersionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Yaap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YaapExample",
      "module_type" : "SwiftTarget",
      "name" : "YaapExample",
      "path" : "Sources/YaapExample",
      "product_memberships" : [
        "YaapExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Yaap"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Yaap",
      "module_type" : "SwiftTarget",
      "name" : "Yaap",
      "path" : "Sources/Yaap",
      "product_memberships" : [
        "Yaap",
        "YaapExample"
      ],
      "sources" : [
        "Argument.swift",
        "ArgumentType.swift",
        "Command.swift",
        "CommandProperty.swift",
        "Extensions.swift",
        "FileOutputStream.swift",
        "Help.swift",
        "Option.swift",
        "SubCommand.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling Yaap SubCommand.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[5/18] Compiling Yaap Option.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[6/18] Compiling Yaap Version.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/18] Emitting module Yaap
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[8/18] Compiling Yaap FileOutputStream.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[9/18] Compiling Yaap Help.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[10/18] Compiling Yaap Extensions.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[11/18] Compiling Yaap Command.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[12/18] Compiling Yaap CommandProperty.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[13/18] Compiling Yaap Argument.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[14/18] Compiling Yaap ArgumentType.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/15] Emitting module Yaap
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[3/16] Compiling Yaap Argument.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[4/16] Compiling Yaap ArgumentType.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[5/16] Compiling Yaap Extensions.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[6/16] Compiling Yaap Command.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[7/16] Compiling Yaap CommandProperty.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[8/16] Compiling Yaap SubCommand.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[9/16] Compiling Yaap Option.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[10/16] Compiling Yaap FileOutputStream.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[11/16] Compiling Yaap Help.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
[12/16] Compiling Yaap Version.swift
/host/spi-builder-workspace/Sources/Yaap/Command.swift:5:8: error: no such module 'Glibc'
  3 | import Darwin
  4 | #else
  5 | import Glibc
    |        `- error: no such module 'Glibc'
  6 | #endif
  7 |
BUILD FAILURE 6.1 android