Build Information
Failed to build PathKit, reference main (fec0f8), with Swift 6.3 for Wasm on 15 Apr 2026 16:38:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/MFB-Technologies-Inc/PathKit.git
Reference: main
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/MFB-Technologies-Inc/PathKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fec0f80 Merge pull request #2 from MFB-Technologies-Inc/feature/system-FilePath
Cloned https://github.com/MFB-Technologies-Inc/PathKit.git
Revision (git rev-parse @):
fec0f80a3c613551a440d708a4959ecb9d935476
SUCCESS checkout https://github.com/MFB-Technologies-Inc/PathKit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/MFB-Technologies-Inc/PathKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.56s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystem shims.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/35] Compiling SystemPackage FilePathSyntax.swift
[6/35] Compiling SystemPackage FilePathTemp.swift
[7/35] Compiling SystemPackage FilePathTempPosix.swift
[8/35] Compiling SystemPackage FilePathTempWindows.swift
[9/39] Compiling SystemPackage FilePathWindows.swift
[10/39] Compiling SystemPackage FilePermissions.swift
[11/39] Compiling SystemPackage IOCompletion.swift
[12/39] Compiling SystemPackage IORequest.swift
[13/39] Compiling SystemPackage FilePath.swift
[14/39] Compiling SystemPackage FilePathComponentView.swift
[15/39] Compiling SystemPackage FilePathComponents.swift
[16/39] Compiling SystemPackage FilePathParsing.swift
[17/39] Compiling SystemPackage FilePathString.swift
[18/39] Compiling SystemPackage Errno.swift
[19/39] Compiling SystemPackage ErrnoWindows.swift
[20/39] Compiling SystemPackage FileDescriptor.swift
[21/39] Compiling SystemPackage FileHelpers.swift
[22/39] Compiling SystemPackage FileOperations.swift
[23/39] Emitting module SystemPackage
[24/39] Compiling SystemPackage IORing.swift
[25/39] Compiling SystemPackage RawIORequest.swift
[26/39] Compiling SystemPackage Backcompat.swift
[27/39] Compiling SystemPackage CInterop.swift
[28/39] Compiling SystemPackage Constants.swift
[29/39] Compiling SystemPackage Exports.swift
[30/39] Compiling SystemPackage Mocking.swift
[31/39] Compiling SystemPackage RawBuffer.swift
[32/39] Compiling SystemPackage Syscalls.swift
[33/39] Compiling SystemPackage WindowsSyscallAdapters.swift
[34/39] Compiling SystemPackage MachPort.swift
[35/39] Compiling SystemPackage PlatformString.swift
[36/39] Compiling SystemPackage SystemString.swift
[37/39] Compiling SystemPackage Util+StringArray.swift
[38/39] Compiling SystemPackage Util.swift
[39/39] Compiling SystemPackage UtilConsumers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/53] Emitting module PathKit
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[42/54] Compiling PathKit Path+FileInfo.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[43/54] Compiling PathKit Path+FileManipulation.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[44/54] Compiling PathKit Path+Traversing.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[45/54] Compiling PathKit Path+Contents.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[46/54] Compiling PathKit Path+Directories.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[47/54] Compiling PathKit Path+Sequence.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[48/54] Compiling PathKit Path.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[49/54] Compiling PathKit Path+Globbing.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[50/54] Compiling PathKit Path+PathInfo.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[51/54] Compiling PathKit Operators.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[52/54] Compiling PathKit Path+Components.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[53/54] Compiling PathKit DefaultFileSystemInfo.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
[54/54] Compiling PathKit FileSystemInfo.swift
/host/spi-builder-workspace/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 | let system_glob = Glibc.glob
18 | #else
19 | import Darwin
| `- error: no such module 'Darwin'
20 |
21 | let system_glob = Darwin.glob
BUILD FAILURE 6.3 wasm