The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Pathman, reference master (e8d3e2), with Swift 6.3 for Wasm on 11 Apr 2026 13:31:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ponyboy47/Pathman.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/Ponyboy47/Pathman
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e8d3e29 Bump version
Cloned https://github.com/Ponyboy47/Pathman.git
Revision (git rev-parse @):
e8d3e299f53a47c93aa6ebfc0d65d2798a4e769d
SUCCESS checkout https://github.com/Ponyboy47/Pathman.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Ponyboy47/Pathman.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Ponyboy47/ErrNo
Fetching https://github.com/Ponyboy47/Cdirent
Fetching https://github.com/Ponyboy47/Cglob
Fetching https://github.com/kareman/SwiftShell
[1/12] Fetching cdirent
[13/24] Fetching cdirent, cglob
[25/318] Fetching cdirent, cglob, errno
Fetched https://github.com/Ponyboy47/Cglob from cache (0.33s)
[77/306] Fetching cdirent, errno
[307/5197] Fetching cdirent, errno, swiftshell
Fetched https://github.com/Ponyboy47/Cdirent from cache (0.40s)
[1273/5185] Fetching errno, swiftshell
Fetched https://github.com/Ponyboy47/ErrNo from cache (0.41s)
[1077/4891] Fetching swiftshell
Fetched https://github.com/kareman/SwiftShell from cache (0.74s)
Computing version for https://github.com/Ponyboy47/Cglob
Computed https://github.com/Ponyboy47/Cglob at 0.1.0 (4.79s)
Computing version for https://github.com/Ponyboy47/Cdirent
Computed https://github.com/Ponyboy47/Cdirent at 0.1.0 (0.47s)
Computing version for https://github.com/Ponyboy47/ErrNo
Computed https://github.com/Ponyboy47/ErrNo at 0.5.2 (0.64s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.1 (0.54s)
Creating working copy for https://github.com/Ponyboy47/ErrNo
Working copy of https://github.com/Ponyboy47/ErrNo resolved at 0.5.2
Creating working copy for https://github.com/Ponyboy47/Cdirent
Working copy of https://github.com/Ponyboy47/Cdirent resolved at 0.1.0
Creating working copy for https://github.com/Ponyboy47/Cglob
Working copy of https://github.com/Ponyboy47/Cglob resolved at 0.1.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.1
Building for debugging...
[0/5] Write sources
[2/5] Compiling Cdirent dirent.c
[3/5] Compiling Cglob glob.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module ErrNo
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
[7/9] Compiling ErrNo ErrNo.swift
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
[8/9] Compiling ErrNo ErrNo+Glibc.swift
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
[9/9] Compiling ErrNo ErrNo+Darwin.swift
/host/spi-builder-workspace/.build/checkouts/ErrNo/Sources/ErrNo/ErrNo+Darwin.swift:4:8: error: no such module 'Darwin.C.errno'
  2 |
  3 | #if !os(Linux)
  4 | import Darwin.C.errno
    |        `- error: no such module 'Darwin.C.errno'
  5 |
  6 | public extension ErrNo {
BUILD FAILURE 6.3 wasm