Build Information
Failed to build xtreamcode-swift-api, reference v1.3.4 (b6b1a2), with Swift 6.1 for Wasm on 18 Mar 2026 19:37:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rybakk/xtreamcode-swift-api.git
Reference: v1.3.4
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/rybakk/xtreamcode-swift-api
* tag v1.3.4 -> FETCH_HEAD
HEAD is now at b6b1a29 Fix user_info decoding for servers returning numbers instead of strings
Cloned https://github.com/rybakk/xtreamcode-swift-api.git
Revision (git rev-parse @):
b6b1a299dd6cb806070a159ccd0e56a513bdb1e0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/rybakk/xtreamcode-swift-api.git at v1.3.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rybakk/xtreamcode-swift-api.git
https://github.com/rybakk/xtreamcode-swift-api.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.10.2",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
}
],
"manifest_display_name" : "xtreamcode-swift-api",
"name" : "xtreamcode-swift-api",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "XtreamcodeSwiftAPI",
"targets" : [
"XtreamcodeSwiftAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XtreamcodeSwiftAPITests",
"module_type" : "SwiftTarget",
"name" : "XtreamcodeSwiftAPITests",
"path" : "Tests/XtreamcodeSwiftAPITests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/XtreamcodeSwiftAPITests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleTests.swift",
"Integration/XtreamAPIIntegrationTests.swift",
"LiveCacheStoreBenchmarks.swift",
"LiveIssueReportTests.swift",
"Support/LockingBox.swift",
"Support/StubURLProtocol.swift",
"Support/TestHelpers.swift",
"XtreamAPIBridgeTests.swift",
"XtreamAPIMediaTests.swift",
"XtreamAccountServiceTests.swift",
"XtreamAuthServiceTests.swift",
"XtreamClientTests.swift",
"XtreamEPGServiceTests.swift",
"XtreamLiveServiceTests.swift",
"XtreamVODSeriesServiceTests.swift"
],
"target_dependencies" : [
"XtreamcodeSwiftAPI",
"XtreamClient",
"XtreamModels"
],
"type" : "test"
},
{
"c99name" : "XtreamcodeSwiftAPI",
"module_type" : "SwiftTarget",
"name" : "XtreamcodeSwiftAPI",
"path" : "Sources/XtreamSDKFacade",
"product_memberships" : [
"XtreamcodeSwiftAPI"
],
"sources" : [
"LiveIssueReport.swift",
"ProgressStore.swift",
"XtreamcodeSwiftAPI.swift"
],
"target_dependencies" : [
"XtreamServices",
"XtreamModels"
],
"type" : "library"
},
{
"c99name" : "XtreamServices",
"module_type" : "SwiftTarget",
"name" : "XtreamServices",
"path" : "Sources/XtreamServices",
"product_memberships" : [
"XtreamcodeSwiftAPI"
],
"sources" : [
"Cache/DiskLiveCacheStore.swift",
"Cache/HybridLiveCacheStore.swift",
"Cache/InMemoryLiveCacheStore.swift",
"Cache/LiveCacheConfiguration.swift",
"Cache/LiveCacheKey.swift",
"Cache/LiveCacheStore.swift",
"Diagnostics/LiveDiagnostics.swift",
"Logging/LiveLogging.swift",
"XtreamAccountService.swift",
"XtreamAuthError.swift",
"XtreamAuthService.swift",
"XtreamEPGService.swift",
"XtreamError.swift",
"XtreamLiveService.swift",
"XtreamSearchService.swift",
"XtreamSeriesService.swift",
"XtreamServiceRegistry.swift",
"XtreamVODService.swift"
],
"target_dependencies" : [
"XtreamClient",
"XtreamModels"
],
"type" : "library"
},
{
"c99name" : "XtreamModels",
"module_type" : "SwiftTarget",
"name" : "XtreamModels",
"path" : "Sources/XtreamModels",
"product_memberships" : [
"XtreamcodeSwiftAPI"
],
"sources" : [
"APIResponses.swift",
"AccountModels.swift",
"AuthModels.swift",
"CatchupModels.swift",
"Credentials.swift",
"EPGModels.swift",
"LiveCategories.swift",
"LiveStreams.swift",
"MappingHelpers.swift",
"SearchModels.swift",
"SeriesInfoModels.swift",
"SeriesModels.swift",
"VODModels.swift"
],
"type" : "library"
},
{
"c99name" : "XtreamClient",
"module_type" : "SwiftTarget",
"name" : "XtreamClient",
"path" : "Sources/XtreamClient",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"XtreamcodeSwiftAPI"
],
"sources" : [
"XtreamClient.swift",
"XtreamClientError.swift",
"XtreamEndpoint.swift"
],
"target_dependencies" : [
"XtreamModels"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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