Build Information
Failed to build Endpoints, reference 3.0.2 (ea770e
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 09:28:29 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/diamirio/Endpoints.git
Reference: 3.0.2
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/diamirio/Endpoints
* tag 3.0.2 -> FETCH_HEAD
HEAD is now at ea770e4 Merge pull request #26 from diamirio/feature/os-log
Cloned https://github.com/diamirio/Endpoints.git
Revision (git rev-parse @):
ea770e4c12dd47de5b0bf934330fb9a85304171a
SUCCESS checkout https://github.com/diamirio/Endpoints.git at 3.0.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/diamirio/Endpoints.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/nicklockwood/SwiftFormat
[1/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (39.28s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (43.32s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/39] Compiling Endpoints JSONParser.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[5/39] Compiling Endpoints NoContentParser.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[6/39] Compiling Endpoints ResponseParser.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[7/39] Compiling Endpoints StringConvertibleParser.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[8/39] Compiling Endpoints StringParser.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[9/44] Compiling Endpoints AnyCall.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[10/44] Compiling Endpoints BasicAuthorization.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[11/44] Compiling Endpoints HTTPURLResponse+Encoding.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[12/44] Compiling Endpoints URL+URLRequestEncodable.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[13/44] Compiling Endpoints URLRequest+Extensions.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[14/44] Compiling Endpoints ResponseValidator.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[15/44] Compiling Endpoints StatusCodeValidator.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[16/44] Compiling Endpoints FakeHTTPURLResponse.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[17/44] Compiling Endpoints FakeResultProvider.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[18/44] Compiling Endpoints FakeSession.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[19/44] Compiling Endpoints Call.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[20/44] Compiling Endpoints Debugging.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[21/44] Compiling Endpoints HTTPMethod.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[22/44] Compiling Endpoints Logger.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[23/44] Compiling Endpoints Request.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[24/44] Compiling Endpoints EndpointsSessionError.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[25/44] Compiling Endpoints StatusCodeError.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[26/44] Compiling Endpoints DataParser.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[27/44] Compiling Endpoints DataResponseParser.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[28/44] Compiling Endpoints DictionaryParser.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[29/44] Compiling Endpoints URLRequestEncodable.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[30/44] Compiling Endpoints URLSessionTaskResult.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[31/44] Compiling Endpoints ContinuationError.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[32/44] Compiling Endpoints EndpointsError.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[33/44] Compiling Endpoints EndpointsParsingError.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[34/44] Compiling Endpoints JSONEncodedBody.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[35/44] Compiling Endpoints MultipartBody.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[36/44] Compiling Endpoints MultipartBodyPart.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[37/44] Compiling Endpoints CodableString.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[38/44] Compiling Endpoints Encodable+toJSON.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/44] Emitting module Endpoints
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[40/44] Compiling Endpoints AnyClient.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[41/44] Compiling Endpoints Client.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[42/44] Compiling Endpoints Session.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[43/44] Compiling Endpoints Body.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
[44/44] Compiling Endpoints FormEncodedBody.swift
/host/spi-builder-workspace/Sources/Async/AnyClient.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2023 DIAMIR. All Rights Reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | open class AnyClient: Client {
BUILD FAILURE 6.2 wasm