The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LocalizationToolkitObjectMapper, reference develop (782ede), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 05:53:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: develop
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
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 782edee Merge branch 'release/1.0.1' into develop
Cloned https://github.com/Digipolitan/localization-toolkit-object-mapper.git
Revision (git rev-parse @):
782edee3a9c83be736a9c824fa67ebdd2df33b44
SUCCESS checkout https://github.com/Digipolitan/localization-toolkit-object-mapper.git at develop
========================================
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-3":/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
[468/6804] Fetching localization-toolkit, objectmapper
Fetched https://github.com/Digipolitan/localization-toolkit.git from cache (0.41s)
Fetched https://github.com/Hearst-DD/ObjectMapper.git from cache (0.42s)
Computing version for https://github.com/Digipolitan/localization-toolkit.git
Computed https://github.com/Digipolitan/localization-toolkit.git at 1.3.0 (2.58s)
Computing version for https://github.com/Hearst-DD/ObjectMapper.git
Computed https://github.com/Hearst-DD/ObjectMapper.git at 3.5.3 (2.53s)
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 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 {
[6/31] 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 {
[7/31] 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 {
[8/31] 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 {
[9/31] 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 {
[10/31] 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
[11/31] 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
[12/31] 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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/34] 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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
BUILD FAILURE 6.2 wasm