The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EZSDK, reference stable (d12fbc), with Swift 6.3 for Wasm on 18 Apr 2026 17:04:56 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/TheEZProducts/SwiftEZSDK.git
Reference: stable
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/TheEZProducts/SwiftEZSDK
 * branch            stable     -> FETCH_HEAD
 * [new branch]      stable     -> origin/stable
HEAD is now at d12fbcd docs: fix AccessV RW diagram, update SUI docs for new API; add SUI IMV Xcode template
Cloned https://github.com/TheEZProducts/SwiftEZSDK.git
Revision (git rev-parse @):
d12fbcd0b5d55fffbc96dd636d4f1ec26930efa8
SUCCESS checkout https://github.com/TheEZProducts/SwiftEZSDK.git at stable
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/TheEZProducts/SwiftEZSDK.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
[1/1] Compiling plugin EZJsonKeysPlugin
Building for debugging...
[1/22] Write sources
[12/22] Write swift-version-24593BA9C3E375BF.txt
[14/47] Compiling EZMacros Macro.swift
[15/48] Emitting module EZBuilderKit
[16/48] Compiling EZBuilderKit EZBuildableProtocol.swift
[17/48] Compiling EZAssociatedKit EZAssociated.swift
[18/48] Emitting module EZAssociatedKit
[19/48] Compiling EZAssociatedKit DeinitProvider.swift
[21/49] Compiling EZBuilderKit EZBuilder.swift
[22/49] Compiling EZBuilderKit EZBuilderProtocol.swift
[24/50] Compiling EZJsonStriderKit EZJsonStrider.swift
[25/50] Emitting module EZJsonStriderKit
[27/51] Compiling EZMacros CompilerPlugin.swift
[28/51] Compiling EZMacros CompilerPluginMessageHandler+Macros.swift
[29/51] Compiling EZMacros EZMacros.swift
[30/51] Compiling EZMacros AttachedMacro.swift
[31/51] Emitting module EZJsonKeysGenerator
[32/51] Compiling EZJsonKeysGenerator EZJsonKeysGenerator.swift
/host/spi-builder-workspace/Sources/EZJsonKeysGenerator/EZJsonKeysGenerator.swift:70:50: error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
 68 |
 69 |         guard let fileData = file.data(using: .utf8) else {return}
 70 |         try fileData.write(to: output, options: .atomic)
    |                                                  `- error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
 71 |     }
 72 |
FoundationEssentials.Data.WritingOptions.atomic:4:23: note: 'atomic' has been explicitly marked unavailable here
2 |   struct WritingOptions {
3 | @available(*, unavailable, message: "atomic writing is unavailable in WASI because temporary files are not supported")
4 |     public static let atomic: Data.WritingOptions  }
  |                       `- note: 'atomic' has been explicitly marked unavailable here
5 | }
6 |
BUILD FAILURE 6.3 wasm