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 DependencyInjectorObjectMapper, reference master (7a5335), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 22:47:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/dependency-injector-object-mapper.git
Reference: master
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/dependency-injector-object-mapper
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7a5335d Merge branch 'release/1.0.6'
Cloned https://github.com/Digipolitan/dependency-injector-object-mapper.git
Revision (git rev-parse @):
7a5335dfcf6c94b0ae31b773d640331da28eee9c
SUCCESS checkout https://github.com/Digipolitan/dependency-injector-object-mapper.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Digipolitan/dependency-injector-object-mapper.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/Hearst-DD/ObjectMapper.git
Fetching https://github.com/Digipolitan/dependency-injector.git
[1/748] Fetching dependency-injector
[749/7085] Fetching dependency-injector, objectmapper
Fetched https://github.com/Digipolitan/dependency-injector.git from cache (1.31s)
Fetched https://github.com/Hearst-DD/ObjectMapper.git from cache (1.31s)
Computing version for https://github.com/Digipolitan/dependency-injector.git
Computed https://github.com/Digipolitan/dependency-injector.git at 2.2.1 (5.04s)
Computing version for https://github.com/Hearst-DD/ObjectMapper.git
Computed https://github.com/Hearst-DD/ObjectMapper.git at 3.5.3 (3.60s)
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
Creating working copy for https://github.com/Digipolitan/dependency-injector.git
Working copy of https://github.com/Digipolitan/dependency-injector.git resolved at 2.2.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/32] 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
[6/32] 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
[7/32] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/35] 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
[9/35] 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
[10/35] 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
[11/35] 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
[12/35] Compiling DependencyInjector Module.swift
[13/35] Compiling DependencyInjector Provider.swift
[14/35] 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
[15/35] 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
[16/35] 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
[17/35] 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
[18/35] 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
[19/35] 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
[20/35] 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
[21/35] 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
[22/35] 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
[23/35] 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
[24/35] 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
[25/35] 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
[26/35] 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
[27/35] 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
[28/35] 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
[29/35] Compiling DependencyInjector Injectable.swift
[30/35] Emitting module DependencyInjector
[31/35] Compiling DependencyInjector Binder.swift
[32/35] Compiling DependencyInjector Injector.swift
[34/36] 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
[35/36] 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
[36/36] 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
BUILD FAILURE 6.2 wasm