Build Information
Failed to build GetStream, reference 2.2.5 (6a6375
), with Swift 6.1 for Wasm on 28 May 2025 18:31:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-swift.git
Reference: 2.2.5
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/GetStream/stream-swift
* tag 2.2.5 -> FETCH_HEAD
HEAD is now at 6a6375b Bump v2.2.5
Cloned https://github.com/GetStream/stream-swift.git
Revision (git rev-parse @):
6a6375bf7e1a40dc707794a34808bb6addd97e5f
SUCCESS checkout https://github.com/GetStream/stream-swift.git at 2.2.5
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/GetStream/stream-swift.git
https://github.com/GetStream/stream-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "moya",
"requirement" : {
"range" : [
{
"lower_bound" : "14.0.0",
"upper_bound" : "15.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Moya/Moya.git"
},
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream.git"
},
{
"identity" : "swime",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sendyhalim/Swime"
}
],
"manifest_display_name" : "GetStream",
"name" : "GetStream",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "GetStream",
"targets" : [
"GetStream"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Faye",
"targets" : [
"Faye"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GetStreamTests",
"module_type" : "SwiftTarget",
"name" : "GetStreamTests",
"path" : "Tests",
"sources" : [
"Core/AggregatedFeedTests.swift",
"Core/ClientParsingTests.swift",
"Core/ClientTests.swift",
"Core/CollectionTests.swift",
"Core/ExtensionsTests.swift",
"Core/FeedTests.swift",
"Core/FilesTests.swift",
"Core/NotificationFeedTests.swift",
"Core/OGTests.swift",
"Core/ReactionTests.swift",
"Core/UserTests.swift",
"Extensions/String+Extensions.swift",
"Extensions/TestCase.swift",
"Faye/FayeTests.swift"
],
"target_dependencies" : [
"GetStream"
],
"type" : "test"
},
{
"c99name" : "GetStream",
"module_type" : "SwiftTarget",
"name" : "GetStream",
"path" : "Sources",
"product_dependencies" : [
"Moya",
"Swime"
],
"product_memberships" : [
"GetStream"
],
"sources" : [
"Core/Activity/Activity.swift",
"Core/Activity/ActivityEndpoint.swift",
"Core/Activity/ActivityProtocol.swift",
"Core/Activity/Client+Activity.swift",
"Core/Activity/EnrichedActivity.swift",
"Core/Activity/OriginalRepresentable.swift",
"Core/Client/BaseURL.swift",
"Core/Client/Client+Setup.swift",
"Core/Client/Client.swift",
"Core/Client/ClientError.swift",
"Core/Client/ClientLogger.swift",
"Core/Client/Enrichable.swift",
"Core/Client/MissingReference.swift",
"Core/Client/Pagination.swift",
"Core/Client/Response.swift",
"Core/Client/Result+ParseResponse.swift",
"Core/Client/StreamTargetType.swift",
"Core/Client/Token.swift",
"Core/Collection/Client+Collection.swift",
"Core/Collection/CollectionEndpoint.swift",
"Core/Collection/CollectionObject.swift",
"Core/Collection/CollectionObjectProtocol.swift",
"Core/Extensions/Bundle+Extensions.swift",
"Core/Extensions/Codable+Extensions.swift",
"Core/Extensions/Dictionary+Extensions.swift",
"Core/Extensions/Result+Extensions.swift",
"Core/Feed/Aggregated Feed/AggregatedFeed.swift",
"Core/Feed/Aggregated Feed/Group.swift",
"Core/Feed/Aggregated Feed/Result+ParseGroup.swift",
"Core/Feed/Feed.swift",
"Core/Feed/FeedEndpoint.swift",
"Core/Feed/FeedId.swift",
"Core/Feed/FlatFeed.swift",
"Core/Feed/Following/Feed+Following.swift",
"Core/Feed/Following/Follower.swift",
"Core/Feed/Notification Feed/NotificationFeed.swift",
"Core/Feed/Notification Feed/NotificationGroup.swift",
"Core/Feed/Result+ParseFeed.swift",
"Core/Files and Images/Client+Files.swift",
"Core/Files and Images/File.swift",
"Core/Files and Images/FilesEndpoint.swift",
"Core/Files and Images/ImageProcess.swift",
"Core/Files and Images/Result+ParseUpload.swift",
"Core/Files and Images/Swime+Extensions.swift",
"Core/GetStream.swift",
"Core/Moya/AuthorizationMoyaPlugin.swift",
"Core/Moya/MoyaError+ClientError.swift",
"Core/Open Graph/Client+OpenGraph.swift",
"Core/Open Graph/OpenGraphEndpoint.swift",
"Core/Reactions/Client+Reaction.swift",
"Core/Reactions/Reaction.swift",
"Core/Reactions/ReactionEndpoint.swift",
"Core/Reactions/ReactionExtraDataProtocol.swift",
"Core/Reactions/ReactionKind.swift",
"Core/Reactions/ReactionProtocol.swift",
"Core/Reactions/Reactionable.swift",
"Core/Reactions/Reactions.swift",
"Core/Reactions/Result+ParseReaction.swift",
"Core/User/Client+User.swift",
"Core/User/User.swift",
"Core/User/UserEndpoint.swift",
"Core/User/UserProtocol.swift",
"Faye/Client+Faye.swift",
"Faye/Feed+Faye.swift",
"Faye/SubscriptionResponse.swift"
],
"target_dependencies" : [
"Faye"
],
"type" : "library"
},
{
"c99name" : "Faye",
"module_type" : "SwiftTarget",
"name" : "Faye",
"path" : "Faye",
"product_dependencies" : [
"Starscream"
],
"product_memberships" : [
"GetStream",
"Faye"
],
"sources" : [
"Channel.swift",
"ChannelName.swift",
"Client.swift",
"Message.swift",
"RepeatingTimer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/sendyhalim/Swime
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/Moya/Moya.git
[1/422] Fetching swime
[107/25688] Fetching swime, moya
[617/30721] Fetching swime, moya, starscream
Fetched https://github.com/sendyhalim/Swime from cache (0.78s)
[19182/30299] Fetching moya, starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (2.39s)
Fetched https://github.com/Moya/Moya.git from cache (2.43s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 14.0.1 (2.95s)
Fetching https://github.com/Moya/ReactiveSwift.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/shibapm/Rocket
[1/45863] Fetching reactiveswift
[919/60618] Fetching reactiveswift, quick
[3181/68518] Fetching reactiveswift, quick, ohhttpstubs
[9835/69904] Fetching reactiveswift, quick, ohhttpstubs, rocket
[29822/89488] Fetching reactiveswift, quick, ohhttpstubs, rocket, nimble
[35000/142171] Fetching reactiveswift, quick, ohhttpstubs, rocket, nimble, rxswift
Fetched https://github.com/shibapm/Rocket from cache (0.57s)
[39104/140785] Fetching reactiveswift, quick, ohhttpstubs, nimble, rxswift
Fetching https://github.com/Alamofire/Alamofire.git
[69809/170926] Fetching reactiveswift, quick, ohhttpstubs, nimble, rxswift, alamofire
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (2.05s)
Fetched https://github.com/Quick/Quick.git from cache (2.08s)
[125821/148271] Fetching reactiveswift, nimble, rxswift, alamofire
Fetched https://github.com/Quick/Nimble.git from cache (2.13s)
[107290/128687] Fetching reactiveswift, rxswift, alamofire
Fetched https://github.com/Moya/ReactiveSwift.git from cache (2.88s)
[80270/82824] Fetching rxswift, alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.32s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (7.02s)
Computing version for https://github.com/Moya/ReactiveSwift.git
Computed https://github.com/Moya/ReactiveSwift.git at 6.1.0 (10.19s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (2.12s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (1.50s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.71s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams
[1/4863] Fetching swiftshell
[1023/5443] Fetching swiftshell, packageconfig
[2138/5559] Fetching swiftshell, packageconfig, logger
[5560/16216] Fetching swiftshell, packageconfig, logger, yams
Fetched https://github.com/shibapm/Logger from cache (0.48s)
[9173/16100] Fetching swiftshell, packageconfig, yams
Fetched https://github.com/kareman/SwiftShell from cache (0.49s)
[5909/11237] Fetching packageconfig, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.72s)
Fetched https://github.com/jpsim/Yams from cache (1.76s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (14.43s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.14s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.60s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.55s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.57s)
Computing version for https://github.com/sendyhalim/Swime
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/daltoniam/Starscream.git
Updating https://github.com/Moya/Moya.git
Updating https://github.com/sendyhalim/Swime
Updated https://github.com/sendyhalim/Swime (0.17s)
Updated https://github.com/daltoniam/Starscream.git (0.20s)
Updated https://github.com/Moya/Moya.git (0.20s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 14.0.1 (0.94s)
Updating https://github.com/AliSoftware/OHHTTPStubs.git
Updating https://github.com/shibapm/Rocket
Updating https://github.com/Quick/Quick.git
Updating https://github.com/Quick/Nimble.git
Updating https://github.com/ReactiveX/RxSwift.git
Updated https://github.com/AliSoftware/OHHTTPStubs.git (0.20s)
Updating https://github.com/Moya/ReactiveSwift.git
Updated https://github.com/shibapm/Rocket (0.22s)
Updated https://github.com/Quick/Nimble.git (0.25s)
Updated https://github.com/ReactiveX/RxSwift.git (0.25s)
Updated https://github.com/Quick/Quick.git (0.25s)
Updated https://github.com/Moya/ReactiveSwift.git (0.23s)
Updating https://github.com/Alamofire/Alamofire.git
Updated https://github.com/Alamofire/Alamofire.git (0.19s)
Computing version for https://github.com/Moya/ReactiveSwift.git
Computed https://github.com/Moya/ReactiveSwift.git at 6.1.0 (2.07s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.51s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.49s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.58s)
Updating https://github.com/shibapm/PackageConfig.git
Updating https://github.com/jpsim/Yams
Updating https://github.com/kareman/SwiftShell
Updating https://github.com/shibapm/Logger
Updated https://github.com/shibapm/PackageConfig.git (0.21s)
Updated https://github.com/shibapm/Logger (0.21s)
Updated https://github.com/kareman/SwiftShell (0.21s)
Updated https://github.com/jpsim/Yams (0.21s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.77s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.87s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.92s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.82s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.51s)
Computing version for https://github.com/sendyhalim/Swime
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
BUILD FAILURE 6.1 wasm