The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build GetStream, reference 2.2.5 (6a6375), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 17:44:35 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-swift.git
Reference: 2.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GetStream/stream-swift.git
https://github.com/GetStream/stream-swift.git
{
  "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" : "/Users/admin/builder/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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "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" : "/Users/admin/builder/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"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "GetStream",
    "schemes" : [
      "Faye",
      "GetStream-iOS"
    ],
    "targets" : [
      "GetStream-iOS",
      "GetStream-iOS Tests",
      "Faye",
      "FayeTests"
    ]
  }
}
2025-04-27 10:44:32.000 xcodebuild[578:3281] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_10-44-0031.xcresult
xcodebuild: error: Could not resolve package dependencies:
  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
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/sendyhalim/Swime
Updating from https://github.com/Moya/Moya.git
Updating from https://github.com/daltoniam/Starscream.git
Updating from https://github.com/AliSoftware/OHHTTPStubs.git
Updating from https://github.com/Quick/Nimble.git
Updating from https://github.com/ReactiveX/RxSwift.git
Updating from https://github.com/Quick/Quick.git
Updating from https://github.com/Moya/ReactiveSwift.git
Updating from https://github.com/Alamofire/Alamofire.git
Updating from https://github.com/shibapm/Rocket
Updating from https://github.com/shibapm/Logger
Updating from https://github.com/shibapm/PackageConfig.git
Updating from https://github.com/jpsim/Yams
Updating from https://github.com/kareman/SwiftShell
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
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 10:44:35.567 xcodebuild[1161:5518] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_10-44-0035.xcresult
xcodebuild: error: Could not resolve package dependencies:
  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 visionOS