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 LogDog, reference 0.3.0 (ee6748), with Swift 6.1 for Android on 28 May 2025 07:59:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/luoxiu/LogDog.git
Reference: 0.3.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/luoxiu/LogDog
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at ee67485 if the metadata value is encodable, encode it
Cloned https://github.com/luoxiu/LogDog.git
Revision (git rev-parse @):
ee67485708a0204a7932e5e46616ad530724af4d
SUCCESS checkout https://github.com/luoxiu/LogDog.git at 0.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/luoxiu/LogDog.git
https://github.com/luoxiu/LogDog.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" : "LogDog",
  "name" : "LogDog",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LogDog",
      "targets" : [
        "LogDog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LogDogApp",
      "targets" : [
        "LogDogApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LogDogTests",
      "module_type" : "SwiftTarget",
      "name" : "LogDogTests",
      "path" : "Tests/LogDogTests",
      "sources" : [
        "Appenders/AnyLogAppenderTests.swift",
        "Appenders/MemoryLogAppenderTests.swift",
        "Appenders/MultiplexLogAppenderTests.swift",
        "Appenders/TextLogAppenderTests.swift",
        "Features/LogStringifyTests.swift",
        "LogHelperTests.swift",
        "LogParametersTests.swift",
        "LogSchedulerTests.swift",
        "Sinks/AnyLogSinkTests.swift",
        "Sinks/ConcatTests.swift",
        "Sinks/Filters/FilterTests.swift",
        "Sinks/Hooks/HookTests.swift",
        "Sinks/SinkOnTests.swift",
        "SugarTests.swift",
        "XCTestManifests.swift",
        "helpers/ByteCountFormatter+.swift",
        "helpers/LogEntry+fake.swift",
        "helpers/LogError.swift",
        "helpers/TextStream.swift",
        "internal/LazyTests.swift",
        "internal/UnwrapTests.swift"
      ],
      "target_dependencies" : [
        "LogDog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LogDogApp",
      "module_type" : "SwiftTarget",
      "name" : "LogDogApp",
      "path" : "Sources/LogDogApp",
      "product_memberships" : [
        "LogDogApp"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LogDog"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LogDog",
      "module_type" : "SwiftTarget",
      "name" : "LogDog",
      "path" : "Sources/LogDog",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "LogDog",
        "LogDogApp"
      ],
      "sources" : [
        "Appenders/AnyLogAppender.swift",
        "Appenders/MemoryLogAppender.swift",
        "Appenders/MultiplexLogAppender.swift",
        "Appenders/OSLogAppender.swift",
        "Appenders/TextLogAppender.swift",
        "Features/Stringify/LogStringify.swift",
        "Features/Stringify/LogStringifyCompatible.swift",
        "Features/Stringify/Logger.MetadataValue+Any.swift",
        "Features/atExit.swift",
        "LogAppender.swift",
        "LogEncoder.swift",
        "LogEntry.swift",
        "LogError.swift",
        "LogHelper.swift",
        "LogParameters.swift",
        "LogRecord.swift",
        "LogScheduler.swift",
        "LogSink.swift",
        "Logging+.swift",
        "Sinks/AnyLogSink.swift",
        "Sinks/Concat.swift",
        "Sinks/Filters/Debug.swift",
        "Sinks/Filters/Filter.swift",
        "Sinks/Filters/Match.swift",
        "Sinks/Formatters/BuiltIn.swift",
        "Sinks/Formatters/Compress.swift",
        "Sinks/Formatters/Crypto.swift",
        "Sinks/Formatters/Encode.swift",
        "Sinks/Formatters/Format.swift",
        "Sinks/Formatters/Prefix.swift",
        "Sinks/Formatters/Suffix.swift",
        "Sinks/Hooks/Hook.swift",
        "Sinks/LogSinks.swift",
        "Sinks/SinkOn.swift",
        "SugarLogHandler.swift",
        "export.swift",
        "internal/AnyEncodable.swift",
        "internal/Lazy.swift",
        "internal/unwrap.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.42s)
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/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/14] Compiling Logging Logging.swift
[6/14] Compiling Logging MetadataProvider.swift
[7/14] Compiling Logging LogHandler.swift
[8/14] Emitting module Logging
[9/14] Compiling Logging Locks.swift
[10/15] Wrapping AST for Logging for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/51] Emitting module LogDog
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[13/55] Compiling LogDog AnyLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[14/55] Compiling LogDog MemoryLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[15/55] Compiling LogDog MultiplexLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[16/55] Compiling LogDog OSLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[17/55] Compiling LogDog TextLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[18/55] Compiling LogDog Concat.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[19/55] Compiling LogDog Debug.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[20/55] Compiling LogDog Filter.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[21/55] Compiling LogDog Match.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[22/55] Compiling LogDog BuiltIn.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[23/55] Compiling LogDog Compress.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[24/55] Compiling LogDog Crypto.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[25/55] Compiling LogDog Encode.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[26/55] Compiling LogDog Format.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[27/55] Compiling LogDog Prefix.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[28/55] Compiling LogDog export.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[29/55] Compiling LogDog AnyEncodable.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[30/55] Compiling LogDog Lazy.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[31/55] Compiling LogDog unwrap.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[32/55] Compiling LogDog Suffix.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[33/55] Compiling LogDog Hook.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[34/55] Compiling LogDog LogSinks.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[35/55] Compiling LogDog SinkOn.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[36/55] Compiling LogDog SugarLogHandler.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[37/55] Compiling LogDog LogStringify.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[38/55] Compiling LogDog LogStringifyCompatible.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[39/55] Compiling LogDog Logger.MetadataValue+Any.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[40/55] Compiling LogDog atExit.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[41/55] Compiling LogDog LogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[42/55] Compiling LogDog LogRecord.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[43/55] Compiling LogDog LogScheduler.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[44/55] Compiling LogDog LogSink.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[45/55] Compiling LogDog Logging+.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[46/55] Compiling LogDog AnyLogSink.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[47/55] Compiling LogDog LogEncoder.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[48/55] Compiling LogDog LogEntry.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[49/55] Compiling LogDog LogError.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[50/55] Compiling LogDog LogHelper.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[51/55] Compiling LogDog LogParameters.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/6] Write swift-version-24593BA9C3E375BF.txt
[2/11] Compiling Logging LogHandler.swift
[3/11] Compiling Logging MetadataProvider.swift
[4/11] Emitting module Logging
[5/11] Compiling Logging Logging.swift
[6/11] Compiling Logging Locks.swift
[7/12] Wrapping AST for Logging for debugging
[9/48] Compiling LogDog AnyLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[10/48] Compiling LogDog MemoryLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[11/48] Compiling LogDog MultiplexLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[12/48] Compiling LogDog OSLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[13/48] Compiling LogDog TextLogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[14/52] Compiling LogDog Compress.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[15/52] Compiling LogDog Crypto.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[16/52] Compiling LogDog Encode.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[17/52] Compiling LogDog Format.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[18/52] Compiling LogDog Prefix.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[19/52] Compiling LogDog Suffix.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[20/52] Compiling LogDog Hook.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[21/52] Compiling LogDog LogSinks.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[22/52] Compiling LogDog SinkOn.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[23/52] Compiling LogDog SugarLogHandler.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/52] Emitting module LogDog
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[25/52] Compiling LogDog LogRecord.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[26/52] Compiling LogDog LogScheduler.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[27/52] Compiling LogDog LogSink.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[28/52] Compiling LogDog Logging+.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[29/52] Compiling LogDog AnyLogSink.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[30/52] Compiling LogDog LogEncoder.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[31/52] Compiling LogDog LogEntry.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[32/52] Compiling LogDog LogError.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[33/52] Compiling LogDog LogHelper.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[34/52] Compiling LogDog LogParameters.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[35/52] Compiling LogDog Concat.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[36/52] Compiling LogDog Debug.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[37/52] Compiling LogDog Filter.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[38/52] Compiling LogDog Match.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[39/52] Compiling LogDog BuiltIn.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[40/52] Compiling LogDog LogStringify.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[41/52] Compiling LogDog LogStringifyCompatible.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[42/52] Compiling LogDog Logger.MetadataValue+Any.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[43/52] Compiling LogDog atExit.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[44/52] Compiling LogDog LogAppender.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[45/52] Compiling LogDog export.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[46/52] Compiling LogDog AnyEncodable.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[47/52] Compiling LogDog Lazy.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
[48/52] Compiling LogDog unwrap.swift
/host/spi-builder-workspace/Sources/LogDog/Appenders/TextLogAppender.swift:6:12: error: no such module 'Glibc'
 4 |     import MSVCRT
 5 | #else
 6 |     import Glibc
   |            `- error: no such module 'Glibc'
 7 | #endif
 8 | import Foundation
BUILD FAILURE 6.1 android