The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FileMonitor, reference 1.2.1 (5adbe8), with Swift 6.3 for Wasm on 18 Apr 2026 05:27:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/aus-der-Technik/FileMonitor.git
Reference: 1.2.1
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/aus-der-Technik/FileMonitor
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 5adbe8f Merge pull request #8 from oytech/fix-typo
Cloned https://github.com/aus-der-Technik/FileMonitor.git
Revision (git rev-parse @):
5adbe8f2383eac5148475ef84977806bbd33e8d7
SUCCESS checkout https://github.com/aus-der-Technik/FileMonitor.git at 1.2.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/aus-der-Technik/FileMonitor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Building for debugging...
[0/13] Write sources
[4/13] Write swift-version-24593BA9C3E375BF.txt
[6/17] Compiling FileMonitorShared URL+isDirectory.swift
[7/17] Compiling FileMonitorShared Watcher.swift
[8/17] Emitting module FileMonitorShared
[9/17] Compiling FileMonitorShared FileChangeEvent.swift
[10/18] Wrapping AST for FileMonitorShared for debugging
[12/21] Compiling FileMonitor FileDidChangedDelegate.swift
[13/21] Emitting module FileMonitor
[14/21] Compiling FileMonitor FileMonitor.swift
/host/spi-builder-workspace/Sources/FileMonitor/FileMonitor.swift:53:37: error: enum case 'unsupported_os' has no associated values
51 |             watcher = try MacosWatcher(directory: url)
52 |         #else
53 |             throw FileMonitorErrors.unsupported_os()
   |                                     `- error: enum case 'unsupported_os' has no associated values
54 |         #endif
55 |
BUILD FAILURE 6.3 wasm