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 FastRTPSSwift, reference v4.1.0 (763319), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 21 Jun 2025 07:58:03 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DimaRU/FastRTPSSwift.git
Reference: v4.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DimaRU/FastRTPSSwift
 * tag               v4.1.0     -> FETCH_HEAD
HEAD is now at 7633194 Changes for CDRCodable latest version.
Cloned https://github.com/DimaRU/FastRTPSSwift.git
Revision (git rev-parse @):
76331945ebf4c4e80095373245cbaa9fee508ba2
SUCCESS checkout https://github.com/DimaRU/FastRTPSSwift.git at v4.1.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DimaRU/FastRTPSSwift.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/DimaRU/FastDDSPrebuild.git
Fetching from https://github.com/DimaRU/CDRCodable.git
Fetching from https://github.com/DimaRU/Msg2swift.git
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘CDRCodable’
Checking out 1.2.3 of package ‘CDRCodable’
Creating working copy of package ‘FastDDSPrebuild’
Checking out 2.14.3 of package ‘FastDDSPrebuild’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
Creating working copy of package ‘Msg2swift’
Checking out 1.0.0 of package ‘Msg2swift’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CDRCodable: https://github.com/DimaRU/CDRCodable.git @ 1.2.3
  msg2swift: https://github.com/DimaRU/Msg2swift.git @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
  FastDDS: https://github.com/DimaRU/FastDDSPrebuild.git @ 2.14.3
  FastRTPSSwift: /Users/admin/builder/spi-builder-workspace
resolved source packages: CDRCodable, msg2swift, swift-argument-parser, FastDDS, FastRTPSSwift
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
    {
      "identity" : "cdrcodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DimaRU/CDRCodable.git"
    },
    {
      "identity" : "fastddsprebuild",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DimaRU/FastDDSPrebuild.git"
    }
  ],
  "manifest_display_name" : "FastRTPSSwift",
  "name" : "FastRTPSSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FastRTPSSwift",
      "targets" : [
        "FastRTPSSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FastRTPSWrapper",
      "module_type" : "ClangTarget",
      "name" : "FastRTPSWrapper",
      "path" : "Sources/FastRTPSWrapper",
      "product_dependencies" : [
        "FastDDS"
      ],
      "product_memberships" : [
        "FastRTPSSwift"
      ],
      "sources" : [
        "BridgedParticipant.cpp",
        "BridgedParticipantListener.cpp",
        "BridgedReaderListener.cpp",
        "BridgedWriterListener.cpp",
        "CustomLogConsumer.cpp",
        "FastRTPSWrapper.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FastRTPSSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "FastRTPSSwiftTests",
      "path" : "Tests/FastRTPSSwiftTests",
      "sources" : [
        "FastRTPSSwiftTests.swift",
        "RovBarometer.swift",
        "RovDepth.swift",
        "RovTopic.swift"
      ],
      "target_dependencies" : [
        "FastRTPSSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FastRTPSSwift",
      "module_type" : "SwiftTarget",
      "name" : "FastRTPSSwift",
      "path" : "Sources/FastRTPSSwift",
      "product_dependencies" : [
        "CDRCodable"
      ],
      "product_memberships" : [
        "FastRTPSSwift"
      ],
      "sources" : [
        "DDSTopic.swift",
        "DDSType.swift",
        "FastRTPSEnum_CustomStringConvertible.swift",
        "FastRTPSSwift.swift",
        "PayloadDecoderProxy.swift"
      ],
      "target_dependencies" : [
        "FastRTPSWrapper"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FastRTPSSwift"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FastRTPSSwift -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 FastRTPSSwift -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CDRCodable: https://github.com/DimaRU/CDRCodable.git @ 1.2.3
  FastDDS: https://github.com/DimaRU/FastDDSPrebuild.git @ 2.14.3
  FastRTPSSwift: /Users/admin/builder/spi-builder-workspace
  msg2swift: https://github.com/DimaRU/Msg2swift.git @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'FastRTPSSwift' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastRTPSSwift' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastRTPSWrapper' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastDDS' in project 'FastDDS'
        ➜ Explicit dependency on target 'CDRCodable' in project 'CDRCodable'
    Target 'FastRTPSSwift' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastRTPSWrapper' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastDDS' in project 'FastDDS'
        ➜ Explicit dependency on target 'CDRCodable' in project 'CDRCodable'
    Target 'CDRCodable' in project 'CDRCodable'
        ➜ Explicit dependency on target 'CDRCodable' in project 'CDRCodable'
    Target 'CDRCodable' in project 'CDRCodable' (no dependencies)
    Target 'FastRTPSWrapper' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastDDS' in project 'FastDDS'
    Target 'FastDDS' in project 'FastDDS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
Build description signature: f625fcae430cc5016eac0b0d8285e64a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f625fcae430cc5016eac0b0d8285e64a.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastDDS' from project 'FastDDS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastRTPSWrapper' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme FastRTPSSwift
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  msg2swift: https://github.com/DimaRU/Msg2swift.git @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
  FastDDS: https://github.com/DimaRU/FastDDSPrebuild.git @ 2.14.3
  FastRTPSSwift: /Users/admin/builder/spi-builder-workspace
  CDRCodable: https://github.com/DimaRU/CDRCodable.git @ 1.2.3
resolved source packages: msg2swift, swift-argument-parser, FastDDS, FastRTPSSwift, CDRCodable
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
    {
      "identity" : "cdrcodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DimaRU/CDRCodable.git"
    },
    {
      "identity" : "fastddsprebuild",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DimaRU/FastDDSPrebuild.git"
    }
  ],
  "manifest_display_name" : "FastRTPSSwift",
  "name" : "FastRTPSSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FastRTPSSwift",
      "targets" : [
        "FastRTPSSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FastRTPSWrapper",
      "module_type" : "ClangTarget",
      "name" : "FastRTPSWrapper",
      "path" : "Sources/FastRTPSWrapper",
      "product_dependencies" : [
        "FastDDS"
      ],
      "product_memberships" : [
        "FastRTPSSwift"
      ],
      "sources" : [
        "BridgedParticipant.cpp",
        "BridgedParticipantListener.cpp",
        "BridgedReaderListener.cpp",
        "BridgedWriterListener.cpp",
        "CustomLogConsumer.cpp",
        "FastRTPSWrapper.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FastRTPSSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "FastRTPSSwiftTests",
      "path" : "Tests/FastRTPSSwiftTests",
      "sources" : [
        "FastRTPSSwiftTests.swift",
        "RovBarometer.swift",
        "RovDepth.swift",
        "RovTopic.swift"
      ],
      "target_dependencies" : [
        "FastRTPSSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FastRTPSSwift",
      "module_type" : "SwiftTarget",
      "name" : "FastRTPSSwift",
      "path" : "Sources/FastRTPSSwift",
      "product_dependencies" : [
        "CDRCodable"
      ],
      "product_memberships" : [
        "FastRTPSSwift"
      ],
      "sources" : [
        "DDSTopic.swift",
        "DDSType.swift",
        "FastRTPSEnum_CustomStringConvertible.swift",
        "FastRTPSSwift.swift",
        "PayloadDecoderProxy.swift"
      ],
      "target_dependencies" : [
        "FastRTPSWrapper"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FastRTPSSwift"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FastRTPSSwift -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 FastRTPSSwift -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  msg2swift: https://github.com/DimaRU/Msg2swift.git @ 1.0.0
  CDRCodable: https://github.com/DimaRU/CDRCodable.git @ 1.2.3
  FastRTPSSwift: /Users/admin/builder/spi-builder-workspace
  FastDDS: https://github.com/DimaRU/FastDDSPrebuild.git @ 2.14.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'FastRTPSSwift' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastRTPSSwift' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastRTPSWrapper' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastDDS' in project 'FastDDS'
        ➜ Explicit dependency on target 'CDRCodable' in project 'CDRCodable'
    Target 'FastRTPSSwift' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastRTPSWrapper' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastDDS' in project 'FastDDS'
        ➜ Explicit dependency on target 'CDRCodable' in project 'CDRCodable'
    Target 'CDRCodable' in project 'CDRCodable'
        ➜ Explicit dependency on target 'CDRCodable' in project 'CDRCodable'
    Target 'CDRCodable' in project 'CDRCodable' (no dependencies)
    Target 'FastRTPSWrapper' in project 'FastRTPSSwift'
        ➜ Explicit dependency on target 'FastDDS' in project 'FastDDS'
    Target 'FastDDS' in project 'FastDDS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastDDS' from project 'FastDDS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastRTPSWrapper' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme FastRTPSSwift
(1 failure)
BUILD FAILURE 6.2 tvOS