Build Information
Failed to build MiseEnPlace, reference main (5929b7), with Swift 6.3 for Wasm on 16 Apr 2026 00:18:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/MiseEnPlace.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/richardpiazza/MiseEnPlace
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5929b79 Each Multiplication (#15)
Cloned https://github.com/richardpiazza/MiseEnPlace.git
Revision (git rev-parse @):
5929b79e054555279f2bd499e512002827db653a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/MiseEnPlace.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/richardpiazza/MiseEnPlace.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/nicklockwood/SwiftFormat
[1/56108] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (48.64s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.61.0 (54.44s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.61.0
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/31] Emitting module MiseEnPlace
[5/34] Compiling MiseEnPlace MediaManager.swift
/host/spi-builder-workspace/Sources/MiseEnPlace/MediaManager.swift:73:43: error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
71 | .appendingPathExtension(ext)
72 |
73 | try data.write(to: url, options: .atomic)
| `- error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
74 |
75 | return url.lastPathComponent
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 |
/host/spi-builder-workspace/Sources/MiseEnPlace/Multimedia.swift:139:47: error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
137 |
138 | do {
139 | try data.write(to: url, options: .atomic)
| `- error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
140 | return url.lastPathComponent
141 | } catch {
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 |
[6/34] Compiling MiseEnPlace MiseEnPlaceError.swift
/host/spi-builder-workspace/Sources/MiseEnPlace/MediaManager.swift:73:43: error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
71 | .appendingPathExtension(ext)
72 |
73 | try data.write(to: url, options: .atomic)
| `- error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
74 |
75 | return url.lastPathComponent
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 |
/host/spi-builder-workspace/Sources/MiseEnPlace/Multimedia.swift:139:47: error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
137 |
138 | do {
139 | try data.write(to: url, options: .atomic)
| `- error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
140 | return url.lastPathComponent
141 | } catch {
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 |
[7/34] Compiling MiseEnPlace Multimedia.swift
/host/spi-builder-workspace/Sources/MiseEnPlace/MediaManager.swift:73:43: error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
71 | .appendingPathExtension(ext)
72 |
73 | try data.write(to: url, options: .atomic)
| `- error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
74 |
75 | return url.lastPathComponent
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 |
/host/spi-builder-workspace/Sources/MiseEnPlace/Multimedia.swift:139:47: error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
137 |
138 | do {
139 | try data.write(to: url, options: .atomic)
| `- error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
140 | return url.lastPathComponent
141 | } catch {
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 |
[8/34] Compiling MiseEnPlace ProcedureElement.swift
/host/spi-builder-workspace/Sources/MiseEnPlace/MediaManager.swift:73:43: error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
71 | .appendingPathExtension(ext)
72 |
73 | try data.write(to: url, options: .atomic)
| `- error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
74 |
75 | return url.lastPathComponent
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 |
/host/spi-builder-workspace/Sources/MiseEnPlace/Multimedia.swift:139:47: error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
137 |
138 | do {
139 | try data.write(to: url, options: .atomic)
| `- error: 'atomic' is unavailable: atomic writing is unavailable in WASI because temporary files are not supported
140 | return url.lastPathComponent
141 | } catch {
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 |
[9/34] Compiling MiseEnPlace Sequenced.swift
[10/34] Compiling MiseEnPlace String+MiseEnPlace.swift
[11/34] Compiling MiseEnPlace Unique.swift
[12/34] Compiling MiseEnPlace Configuration.swift
[13/34] Compiling MiseEnPlace Descriptive.swift
[14/34] Compiling MiseEnPlace Double+MiseEnPlace.swift
[15/34] Compiling MiseEnPlace FormulaElement.swift
[16/34] Compiling MiseEnPlace AnyFormulaElement.swift
[17/34] Compiling MiseEnPlace AnyIngredient.swift
[18/34] Compiling MiseEnPlace AnyProcedureElement.swift
[19/34] Compiling MiseEnPlace AnyRecipe.swift
[20/34] Compiling MiseEnPlace Proportioned.swift
[21/34] Compiling MiseEnPlace Quantifiable.swift
[22/34] Compiling MiseEnPlace Quantification.swift
[23/34] Compiling MiseEnPlace Ratio.swift
[24/34] Compiling MiseEnPlace MeasurementMethod.swift
[25/34] Compiling MiseEnPlace MeasurementSystem.swift
[26/34] Compiling MiseEnPlace MeasurementSystemMethod.swift
[27/34] Compiling MiseEnPlace MeasurementUnit.swift
[28/34] Compiling MiseEnPlace Recipe+Formula.swift
[29/34] Compiling MiseEnPlace Recipe+Procedure.swift
[30/34] Compiling MiseEnPlace Recipe.swift
[31/34] Compiling MiseEnPlace Fraction.swift
[32/34] Compiling MiseEnPlace Ingredient.swift
[33/34] Compiling MiseEnPlace Intergral.swift
[34/34] Compiling MiseEnPlace Measured.swift
BUILD FAILURE 6.3 wasm