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 AgoraRTM, reference 2.2.4 (078399), with Swift 6.1 for tvOS using Xcode 16.3 on 1 May 2025 07:16:22 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AgoraRTM -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AgoraIO/AgoraRtm_Apple.git
Reference: 2.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AgoraIO/AgoraRtm_Apple
 * tag               2.2.4      -> FETCH_HEAD
HEAD is now at 078399d Merge pull request #6 from AgoraIO/jira/RTM2-1601/release/4.3.51_rtm2
Cloned https://github.com/AgoraIO/AgoraRtm_Apple.git
Revision (git rev-parse @):
078399d7698105bc0f9accd41a990b91ecdb4d60
SUCCESS checkout https://github.com/AgoraIO/AgoraRtm_Apple.git at 2.2.4
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AgoraIO/AgoraRtm_Apple.git
https://github.com/AgoraIO/AgoraRtm_Apple.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AgoraRTM",
  "name" : "AgoraRTM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AgoraRTM",
      "targets" : [
        "AgoraRtmKit",
        "aosl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "aosl",
      "module_type" : "BinaryTarget",
      "name" : "aosl",
      "path" : "remote/archive/aosl.xcframework.zip",
      "product_memberships" : [
        "AgoraRTM"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "AgoraRtmKit",
      "module_type" : "BinaryTarget",
      "name" : "AgoraRtmKit",
      "path" : "remote/archive/AgoraRtmKit.xcframework_2.2.4.zip",
      "product_memberships" : [
        "AgoraRTM"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.6"
}
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
Resolve Package Graph
Resolved source packages:
  AgoraRTM: /Users/admin/builder/spi-builder-workspace
resolved source packages: AgoraRTM
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AgoraRTM",
  "name" : "AgoraRTM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AgoraRTM",
      "targets" : [
        "AgoraRtmKit",
        "aosl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "aosl",
      "module_type" : "BinaryTarget",
      "name" : "aosl",
      "path" : "remote/archive/aosl.xcframework.zip",
      "product_memberships" : [
        "AgoraRTM"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "AgoraRtmKit",
      "module_type" : "BinaryTarget",
      "name" : "AgoraRtmKit",
      "path" : "remote/archive/AgoraRtmKit.xcframework_2.2.4.zip",
      "product_memberships" : [
        "AgoraRTM"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AgoraRTM"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AgoraRTM -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AgoraRTM -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  AgoraRTM: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AgoraRTM' in project 'AgoraRTM' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
Build description signature: 2272563d14000e4f9a3bc88a3d1bcb69
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2272563d14000e4f9a3bc88a3d1bcb69.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/AgoraRtmKit/AgoraRtmKit.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/AgoraRtmKit/AgoraRtmKit.xcframework'. (in target 'AgoraRTM' from project 'AgoraRTM')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/aosl/aosl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/aosl/aosl.xcframework'. (in target 'AgoraRTM' from project 'AgoraRTM')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AgoraRTM
(1 failure)
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
Resolved source packages:
  AgoraRTM: /Users/admin/builder/spi-builder-workspace
resolved source packages: AgoraRTM
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AgoraRTM",
  "name" : "AgoraRTM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AgoraRTM",
      "targets" : [
        "AgoraRtmKit",
        "aosl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "aosl",
      "module_type" : "BinaryTarget",
      "name" : "aosl",
      "path" : "remote/archive/aosl.xcframework.zip",
      "product_memberships" : [
        "AgoraRTM"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "AgoraRtmKit",
      "module_type" : "BinaryTarget",
      "name" : "AgoraRtmKit",
      "path" : "remote/archive/AgoraRtmKit.xcframework_2.2.4.zip",
      "product_memberships" : [
        "AgoraRTM"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AgoraRTM"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AgoraRTM -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme AgoraRTM -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  AgoraRTM: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'AgoraRTM' in project 'AgoraRTM' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
Build description signature: 68d529d6d8751d359ef87bc5567cdce9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/68d529d6d8751d359ef87bc5567cdce9.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/AgoraRtmKit/AgoraRtmKit.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/AgoraRtmKit/AgoraRtmKit.xcframework'. (in target 'AgoraRTM' from project 'AgoraRTM')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/aosl/aosl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/aosl/aosl.xcframework'. (in target 'AgoraRTM' from project 'AgoraRTM')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AgoraRTM
(1 failure)
BUILD FAILURE 6.1 tvOS