Build Information
Failed to build Endpoints, reference develop (22acf3), with Swift 6.1 for Wasm on 1 Dec 2025 16:36:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/diamirio/Endpoints.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/diamirio/Endpoints
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 22acf37 Merge pull request #30 from diamirio/feature/swift-6.2
Cloned https://github.com/diamirio/Endpoints.git
Revision (git rev-parse @):
22acf3704ff43c029595c34728eeb15b68ae5f99
SUCCESS checkout https://github.com/diamirio/Endpoints.git at develop
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/diamirio/Endpoints.git
https://github.com/diamirio/Endpoints.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Endpoints",
"name" : "Endpoints",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Endpoints",
"targets" : [
"Endpoints"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EndpointsTests",
"module_type" : "SwiftTarget",
"name" : "EndpointsTests",
"path" : "Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/CityArray.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelBoolFalse.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelBoolTrue.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelFloat.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelInt.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/Person.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/Persons.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/StringBoolFalse.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/StringBoolTrue.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/StringFloat.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/StringInt.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesBoolFalse.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesBoolTrue.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesFloat.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesInt.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/TestResources/binary.jpg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ClientTests.swift",
"Codable/CodableStringTests.swift",
"Codable/Endpoints+JSONCodableTests.swift",
"HTTPBin/HTTPBinModel.swift",
"MultipartTests.swift",
"PostmanEcho/PostmanEchoClient.swift",
"RequestTests.swift",
"StringConvertibleParserTests.swift",
"Utils/ClientTester.swift",
"Utils/FakeHTTPURLResponse.swift",
"Utils/FileUtil.swift",
"Utils/TestError.swift"
],
"target_dependencies" : [
"Endpoints"
],
"type" : "test"
},
{
"c99name" : "Endpoints",
"module_type" : "SwiftTarget",
"name" : "Endpoints",
"path" : "Sources",
"product_memberships" : [
"Endpoints"
],
"sources" : [
"Async/Client.swift",
"Async/DefaultClient.swift",
"Async/Session.swift",
"Body/Body.swift",
"Body/FormEncodedBody.swift",
"Body/JSONEncodedBody.swift",
"Body/Multipart/MultipartBody.swift",
"Body/Multipart/MultipartBodyPart.swift",
"Codable/CodableString.swift",
"Codable/Encodable+toJSON.swift",
"Convenience/AnyCall.swift",
"Convenience/BasicAuthorization.swift",
"Convenience/HTTPURLResponse+Encoding.swift",
"Convenience/URL+URLRequestEncodable.swift",
"Convenience/URLRequest+Extensions.swift",
"Core/Call.swift",
"Core/Debugging.swift",
"Core/HTTPMethod.swift",
"Core/Logger.swift",
"Core/Request.swift",
"Core/URLRequestEncodable.swift",
"Core/URLSessionTaskResult.swift",
"Error/ContinuationError.swift",
"Error/EndpointsError.swift",
"Error/EndpointsParsingError.swift",
"Error/EndpointsSessionError.swift",
"Error/StatusCodeError.swift",
"Parsing/DataParser.swift",
"Parsing/ResponseParser/DataResponseParser.swift",
"Parsing/ResponseParser/DictionaryParser.swift",
"Parsing/ResponseParser/JSONParser.swift",
"Parsing/ResponseParser/NoContentParser.swift",
"Parsing/ResponseParser/ResponseParser.swift",
"Parsing/ResponseParser/StringConvertibleParser.swift",
"Parsing/ResponseParser/StringParser.swift",
"ResponseValidator/ResponseValidator.swift",
"ResponseValidator/StatusCodeValidator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm