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 with Swift 6.0 for tvOS using Xcode 16.2.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GetStream/stream-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         tvOS
Swift version:             6.0
Building package at path:  $PWD
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.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
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"
    ]
  }
}
2024-11-29 15:16:02.728 xcodebuild[592:3403] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-29-11_15-16-0002.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.0' to specify the current tools version
GENERIC FAILURE 6.0 tvOS