Build Information
Failed to build LocalizationToolkitObjectMapper, reference v1.0.1 (19515a
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 05:53:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Digipolitan/localization-toolkit-object-mapper.git
Reference: v1.0.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/Digipolitan/localization-toolkit-object-mapper
* tag v1.0.1 -> FETCH_HEAD
HEAD is now at 19515a4 Merge branch 'release/1.0.1'
Cloned https://github.com/Digipolitan/localization-toolkit-object-mapper.git
Revision (git rev-parse @):
19515a4ddc1a218fc93579b8e021dccbf5d09d16
SUCCESS checkout https://github.com/Digipolitan/localization-toolkit-object-mapper.git at v1.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Digipolitan/localization-toolkit-object-mapper.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/Digipolitan/localization-toolkit.git
Fetching https://github.com/Hearst-DD/ObjectMapper.git
[1/467] Fetching localization-toolkit
Fetched https://github.com/Digipolitan/localization-toolkit.git from cache (0.18s)
[1/6337] Fetching objectmapper
Fetched https://github.com/Hearst-DD/ObjectMapper.git from cache (0.55s)
Computing version for https://github.com/Digipolitan/localization-toolkit.git
Computed https://github.com/Digipolitan/localization-toolkit.git at 1.3.0 (2.76s)
Computing version for https://github.com/Hearst-DD/ObjectMapper.git
Computed https://github.com/Hearst-DD/ObjectMapper.git at 3.5.3 (2.23s)
Creating working copy for https://github.com/Digipolitan/localization-toolkit.git
Working copy of https://github.com/Digipolitan/localization-toolkit.git resolved at 1.3.0
Creating working copy for https://github.com/Hearst-DD/ObjectMapper.git
Working copy of https://github.com/Hearst-DD/ObjectMapper.git resolved at 3.5.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/31] Emitting module ObjectMapper
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[6/34] Compiling ObjectMapper Operators.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[7/34] Compiling ObjectMapper ToJSON.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[8/34] Compiling ObjectMapper TransformOf.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[9/34] Compiling ObjectMapper Mappable.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[10/34] Compiling ObjectMapper Mapper.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[11/34] Compiling ObjectMapper NSDecimalNumberTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[12/34] Compiling ObjectMapper IntegerOperators.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[13/34] Compiling ObjectMapper Map.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[14/34] Compiling ObjectMapper MapError.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[15/34] Compiling ObjectMapper TransformOperators.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[16/34] Compiling ObjectMapper TransformType.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[17/34] Compiling ObjectMapper URLTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[18/34] Compiling ObjectMapper CodableTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[19/34] Compiling ObjectMapper CustomDateFormatTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[20/34] Compiling ObjectMapper DataTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[21/34] Compiling ObjectMapper EnumOperators.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[22/34] Compiling ObjectMapper EnumTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[23/34] Compiling ObjectMapper FromJSON.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[24/34] Compiling LocalizationToolkit String+Localization.swift
/host/spi-builder-workspace/.build/checkouts/localization-toolkit/Sources/LocalizationToolkit/Bundle+Localization.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bundle {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/34] Emitting module LocalizationToolkit
/host/spi-builder-workspace/.build/checkouts/localization-toolkit/Sources/LocalizationToolkit/Bundle+Localization.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bundle {
[26/34] Compiling LocalizationToolkit MultilingualString.swift
/host/spi-builder-workspace/.build/checkouts/localization-toolkit/Sources/LocalizationToolkit/Bundle+Localization.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bundle {
[27/34] Compiling LocalizationToolkit Bundle+Localization.swift
/host/spi-builder-workspace/.build/checkouts/localization-toolkit/Sources/LocalizationToolkit/Bundle+Localization.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bundle {
[28/34] Compiling ObjectMapper DateFormatterTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[29/34] Compiling ObjectMapper DateTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[30/34] Compiling ObjectMapper DictionaryTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[31/34] Compiling LocalizationToolkit Localization.swift
/host/spi-builder-workspace/.build/checkouts/localization-toolkit/Sources/LocalizationToolkit/Bundle+Localization.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension Bundle {
[32/34] Compiling ObjectMapper HexColorTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[33/34] Compiling ObjectMapper ISO8601DateTransform.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
[34/34] Compiling ObjectMapper ImmutableMappable.swift
/host/spi-builder-workspace/.build/checkouts/ObjectMapper/Sources/CodableTransform.swift:29:8: error: no such module 'Foundation'
27 | // THE SOFTWARE.
28 |
29 | import Foundation
| `- error: no such module 'Foundation'
30 |
31 | /// Transforms JSON dictionary to Codable type T and back
BUILD FAILURE 6.2 wasm