Build Information
Failed to build GetStream, reference master (0785e6
), with Swift 6.1 for Linux on 27 Apr 2025 17:39:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-swift.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/GetStream/stream-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0785e68 Fix broken and uncompilable GetStream with starscream 4.0.x (#48)
Cloned https://github.com/GetStream/stream-swift.git
Revision (git rev-parse @):
0785e68cbb3dda1092f65e2fc53d6eb91ba990a1
SUCCESS checkout https://github.com/GetStream/stream-swift.git at master
========================================
Build
========================================
Selected platform: linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Moya/Moya.git
Fetching https://github.com/sendyhalim/Swime
Fetching https://github.com/daltoniam/Starscream.git
[1/422] Fetching swime
[111/5455] Fetching swime, starscream
[1118/30722] Fetching swime, starscream, moya
Fetched https://github.com/daltoniam/Starscream.git from cache (0.60s)
Fetched https://github.com/sendyhalim/Swime from cache (0.63s)
[14150/25267] Fetching moya
Fetched https://github.com/Moya/Moya.git from cache (1.90s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 14.0.1 (2.58s)
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/Quick/Nimble.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/shibapm/Rocket
[1/1386] Fetching rocket
[1096/16141] Fetching rocket, quick
[1388/62004] Fetching rocket, quick, reactiveswift
[5895/69904] Fetching rocket, quick, reactiveswift, ohhttpstubs
[7903/89471] Fetching rocket, quick, reactiveswift, ohhttpstubs, nimble
Fetched https://github.com/shibapm/Rocket from cache (0.38s)
[10002/88085] Fetching quick, reactiveswift, ohhttpstubs, nimble
Fetching https://github.com/Alamofire/Alamofire.git
[12487/140768] Fetching quick, reactiveswift, ohhttpstubs, nimble, rxswift
[53824/170905] Fetching quick, reactiveswift, ohhttpstubs, nimble, rxswift, alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.28s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (7.29s)
Fetched https://github.com/Quick/Quick.git from cache (7.29s)
Fetched https://github.com/Quick/Nimble.git from cache (7.31s)
Fetched https://github.com/Moya/ReactiveSwift.git from cache (7.32s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (7.44s)
Computing version for https://github.com/Moya/ReactiveSwift.git
Computed https://github.com/Moya/ReactiveSwift.git at 6.1.0 (7.92s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.45s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.53s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.49s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
[1/116] Fetching logger
[117/696] Fetching logger, packageconfig
[697/5559] Fetching logger, packageconfig, swiftshell
[3226/15848] Fetching logger, packageconfig, swiftshell, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.33s)
[7552/15268] Fetching logger, swiftshell, yams
Fetched https://github.com/shibapm/Logger from cache (0.33s)
[7539/15152] Fetching swiftshell, yams
Fetched https://github.com/kareman/SwiftShell from cache (0.34s)
[4219/10289] Fetching yams
Fetched https://github.com/jpsim/Yams from cache (1.00s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.48s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (1.79s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.50s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.47s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.47s)
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/daltoniam/Starscream.git
Updating https://github.com/sendyhalim/Swime
Updating https://github.com/Moya/Moya.git
Updated https://github.com/sendyhalim/Swime (0.15s)
Updated https://github.com/daltoniam/Starscream.git (0.17s)
Updated https://github.com/Moya/Moya.git (0.19s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 14.0.1 (0.74s)
Updating https://github.com/shibapm/Rocket
Updating https://github.com/Moya/ReactiveSwift.git
Updating https://github.com/ReactiveX/RxSwift.git
Updated https://github.com/Moya/ReactiveSwift.git (0.16s)
Updating https://github.com/Alamofire/Alamofire.git
Updating https://github.com/Quick/Nimble.git
Updating https://github.com/Quick/Quick.git
Updated https://github.com/shibapm/Rocket (0.17s)
Updated https://github.com/ReactiveX/RxSwift.git (0.26s)
Updating https://github.com/AliSoftware/OHHTTPStubs.git
Updated https://github.com/Quick/Nimble.git (0.19s)
Updated https://github.com/AliSoftware/OHHTTPStubs.git (0.12s)
Updated https://github.com/Alamofire/Alamofire.git (0.24s)
Updated https://github.com/Quick/Quick.git (0.32s)
Computing version for https://github.com/Moya/ReactiveSwift.git
Computed https://github.com/Moya/ReactiveSwift.git at 6.1.0 (1.65s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.54s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.66s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.52s)
Updating https://github.com/shibapm/Logger
Updating https://github.com/shibapm/PackageConfig.git
Updating https://github.com/kareman/SwiftShell
Updated https://github.com/shibapm/PackageConfig.git (0.15s)
Updated https://github.com/kareman/SwiftShell (0.15s)
Updated https://github.com/shibapm/Logger (0.16s)
Updating https://github.com/jpsim/Yams
Updated https://github.com/jpsim/Yams (0.15s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.95s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.01s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.52s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (1.43s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.90s)
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 linux