The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-log-telegram, reference master (20187f), with Swift 6.1 for Android on 28 May 2025 07:56:44 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/stevapple/swift-log-telegram.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/stevapple/swift-log-telegram
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 20187f2 Add the missing dot
Cloned https://github.com/stevapple/swift-log-telegram.git
Revision (git rev-parse @):
20187f23b187cb302ab6a38e7e7431e86aa54549
SUCCESS checkout https://github.com/stevapple/swift-log-telegram.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/stevapple/swift-log-telegram.git
https://github.com/stevapple/swift-log-telegram.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-log-telegram",
  "name" : "swift-log-telegram",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "LoggingTelegram",
      "targets" : [
        "LoggingTelegram"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggingTelegramTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingTelegramTests",
      "path" : "Tests/LoggingTelegramTests",
      "sources" : [
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LoggingTelegram"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggingTelegram",
      "module_type" : "SwiftTarget",
      "name" : "LoggingTelegram",
      "path" : "Sources/LoggingTelegram",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "LoggingTelegram"
      ],
      "sources" : [
        "MarkdownLog.swift",
        "Models/TelegramGroupChat.swift",
        "Models/TelegramId.swift",
        "Models/TelegramReturn.swift",
        "Models/TelegramUser.swift",
        "Models/TelegramUserRepresentable.swift",
        "SynchronousDataTask.swift",
        "TelegramLogHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.21s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Logging LogHandler.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging Locks.swift
[7/8] Compiling Logging MetadataProvider.swift
[8/8] Compiling Logging Logging.swift
[10/17] Compiling LoggingTelegram TelegramUser.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[11/17] Compiling LoggingTelegram SynchronousDataTask.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[12/18] Compiling LoggingTelegram TelegramReturn.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/18] Emitting module LoggingTelegram
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[14/18] Compiling LoggingTelegram TelegramId.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[15/18] Compiling LoggingTelegram TelegramGroupChat.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[16/18] Compiling LoggingTelegram TelegramUserRepresentable.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[17/18] Compiling LoggingTelegram MarkdownLog.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[18/18] Compiling LoggingTelegram TelegramLogHandler.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
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/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging Locks.swift
[4/6] Emitting module Logging
[5/6] Compiling Logging Logging.swift
[6/6] Compiling Logging LogHandler.swift
[8/15] Compiling LoggingTelegram TelegramReturn.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[9/16] Compiling LoggingTelegram TelegramGroupChat.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[10/16] Compiling LoggingTelegram TelegramId.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[11/16] Compiling LoggingTelegram TelegramUser.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[12/16] Compiling LoggingTelegram TelegramUserRepresentable.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[13/16] Compiling LoggingTelegram SynchronousDataTask.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/16] Emitting module LoggingTelegram
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[15/16] Compiling LoggingTelegram MarkdownLog.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
[16/16] Compiling LoggingTelegram TelegramLogHandler.swift
/host/spi-builder-workspace/Sources/LoggingTelegram/TelegramLogHandler.swift:11:10: error: no such module 'Glibc'
  9 |   import Darwin
 10 | #else
 11 |   import Glibc
    |          `- error: no such module 'Glibc'
 12 | #endif
 13 |
BUILD FAILURE 6.1 android