Build Information
Failed to build LogDog, reference 0.3.0 (ee6748), with Swift 6.3 for Wasm on 13 Apr 2026 05:29:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
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: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/luoxiu/LogDog.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-log.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.53s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling Logging LogEvent.swift
[6/15] Emitting module Logging
[7/15] Compiling Logging Locks.swift
[8/15] Compiling Logging LogHandler.swift
[9/15] Compiling Logging Logging.swift
[10/15] Compiling Logging MetadataProvider.swift
[11/16] Wrapping AST for Logging for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/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
[14/56] 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
[15/56] 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
[16/56] 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
[17/56] 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
[18/56] 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
[19/56] 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
[20/56] 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
[21/56] 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
[22/56] 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
[23/56] 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
[24/56] 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
[25/56] 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
[26/56] 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
[27/56] 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
[28/56] 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
[29/56] 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
[30/56] 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
[31/56] 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
[32/56] 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
[33/56] 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
[34/56] 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
[35/56] 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
[36/56] 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
[37/56] 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
[38/56] 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
[39/56] 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
[40/56] 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
[41/56] 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
[42/56] 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
[43/56] 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
[44/56] 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
[45/56] 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
[46/56] 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
[47/56] 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
[48/56] 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
[49/56] 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
[50/56] 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
[51/56] 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
[52/56] 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
BUILD FAILURE 6.3 wasm