The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build GetStream, reference master (0785e6), with Swift 6.1 for Android on 28 May 2025 18:31:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: 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:         android
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/Moya/Moya.git
Fetching https://github.com/sendyhalim/Swime
[1/422] Fetching swime
[111/25688] Fetching swime, moya
[364/30721] Fetching swime, moya, starscream
Fetched https://github.com/daltoniam/Starscream.git from cache (0.97s)
[14571/25688] Fetching swime, moya
Fetched https://github.com/sendyhalim/Swime from cache (2.40s)
Fetched https://github.com/Moya/Moya.git from cache (2.41s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 14.0.1 (3.02s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Moya/ReactiveSwift.git
[1/7900] Fetching ohhttpstubs
[238/22655] Fetching ohhttpstubs, quick
[1687/24041] Fetching ohhttpstubs, quick, rocket
[9932/43625] Fetching ohhttpstubs, quick, rocket, nimble
[13260/89488] Fetching ohhttpstubs, quick, rocket, nimble, reactiveswift
Fetched https://github.com/shibapm/Rocket from cache (0.45s)
[29848/88102] Fetching ohhttpstubs, quick, nimble, reactiveswift
[31416/140785] Fetching ohhttpstubs, quick, nimble, reactiveswift, rxswift
Fetching https://github.com/Alamofire/Alamofire.git
[63472/170926] Fetching ohhttpstubs, quick, nimble, reactiveswift, rxswift, alamofire
Fetched https://github.com/Moya/ReactiveSwift.git from cache (5.86s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.46s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (6.43s)
Fetched https://github.com/Quick/Quick.git from cache (6.45s)
Fetched https://github.com/Quick/Nimble.git from cache (6.47s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.64s)
Computing version for https://github.com/Moya/ReactiveSwift.git
Computed https://github.com/Moya/ReactiveSwift.git at 6.1.0 (10.75s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (1.52s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.81s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.60s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
[1/4863] Fetching swiftshell
[245/5443] Fetching swiftshell, packageconfig
[2138/5559] Fetching swiftshell, packageconfig, logger
[4568/5443] Fetching swiftshell, packageconfig
Fetched https://github.com/shibapm/Logger from cache (0.29s)
[5444/16100] Fetching swiftshell, packageconfig, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.41s)
[5503/15520] Fetching swiftshell, yams
Fetched https://github.com/kareman/SwiftShell from cache (0.42s)
[746/10657] Fetching yams
Fetched https://github.com/jpsim/Yams from cache (1.34s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.15s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.48s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.64s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.56s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.55s)
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/sendyhalim/Swime
Updating https://github.com/Moya/Moya.git
Updating https://github.com/daltoniam/Starscream.git
Updated https://github.com/Moya/Moya.git (0.25s)
Updated https://github.com/daltoniam/Starscream.git (0.25s)
Updated https://github.com/sendyhalim/Swime (0.25s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 14.0.1 (1.28s)
Updating https://github.com/Quick/Quick.git
Updating https://github.com/AliSoftware/OHHTTPStubs.git
Updating https://github.com/ReactiveX/RxSwift.git
Updating https://github.com/Quick/Nimble.git
Updating https://github.com/shibapm/Rocket
Updated https://github.com/shibapm/Rocket (0.39s)
Updated https://github.com/Quick/Nimble.git (0.39s)
Updating https://github.com/Alamofire/Alamofire.git
Updated https://github.com/Quick/Quick.git (0.48s)
Updating https://github.com/Moya/ReactiveSwift.git
Updated https://github.com/AliSoftware/OHHTTPStubs.git (0.49s)
Updated https://github.com/ReactiveX/RxSwift.git (0.49s)
Updated https://github.com/Alamofire/Alamofire.git (0.22s)
Updated https://github.com/Moya/ReactiveSwift.git (0.16s)
Computing version for https://github.com/Moya/ReactiveSwift.git
Computed https://github.com/Moya/ReactiveSwift.git at 6.1.0 (1.41s)
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.57s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.59s)
Updating https://github.com/shibapm/Logger
Updating https://github.com/kareman/SwiftShell
Updating https://github.com/shibapm/PackageConfig.git
Updating https://github.com/jpsim/Yams
Updated https://github.com/shibapm/Logger (0.18s)
Updated https://github.com/jpsim/Yams (0.20s)
Updated https://github.com/kareman/SwiftShell (0.20s)
Updated https://github.com/shibapm/PackageConfig.git (0.20s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.81s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (4.80s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.61s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.64s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.85s)
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 android