This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 FastRTPSSwift with Swift 6.0 for watchOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FastRTPSSwift -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DimaRU/FastRTPSSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DimaRU/FastRTPSSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/DimaRU/FastRTPSSwift.git
Command line invocation:
    /Applications/Xcode-15.3.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
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
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 ‘swift-argument-parser’
Checking out 1.4.0 of package ‘swift-argument-parser’
Creating working copy of package ‘FastDDSPrebuild’
Checking out 2.14.1 of package ‘FastDDSPrebuild’
Creating working copy of package ‘Msg2swift’
Checking out 1.0.0 of package ‘Msg2swift’
Resolved source packages:
  CDRCodable: https://github.com/DimaRU/CDRCodable.git @ 1.2.3
  FastDDS: https://github.com/DimaRU/FastDDSPrebuild.git @ 2.14.1
  msg2swift: https://github.com/DimaRU/Msg2swift.git @ 1.0.0
  FastRTPSSwift: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.4.0
resolved source packages: CDRCodable, FastDDS, msg2swift, FastRTPSSwift, swift-argument-parser
{
  "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-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FastRTPSSwift -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.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 FastRTPSSwift -destination generic/platform=watchos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
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.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.4.0
  FastRTPSSwift: /Users/admin/builder/spi-builder-workspace
  msg2swift: https://github.com/DimaRU/Msg2swift.git @ 1.0.0
Prepare packages
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 /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
Build description signature: 484e9eebf8ed2bb151b7be640a0e3e6b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/484e9eebf8ed2bb151b7be640a0e3e6b.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FastRTPSWrapper' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for watchOS, 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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FastDDS' from project 'FastDDS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for watchOS, 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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CDRCodable' from project 'CDRCodable')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CDRCodable' from project 'CDRCodable')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for watchOS, 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 watchOS, 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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for watchOS, 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 **
Command line invocation:
    /Applications/Xcode-15.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 FastRTPSSwift -destination generic/platform=watchos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  FastRTPSSwift: /Users/admin/builder/spi-builder-workspace
  CDRCodable: https://github.com/DimaRU/CDRCodable.git @ 1.2.3
  msg2swift: https://github.com/DimaRU/Msg2swift.git @ 1.0.0
  FastDDS: https://github.com/DimaRU/FastDDSPrebuild.git @ 2.14.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.4.0
Prepare packages
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 /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
Build description signature: 484e9eebf8ed2bb151b7be640a0e3e6b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/484e9eebf8ed2bb151b7be640a0e3e6b.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CDRCodable' from project 'CDRCodable')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FastRTPSWrapper' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for watchOS, 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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FastDDS' from project 'FastDDS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for watchOS, 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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for watchOS, 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 watchOS, 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')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CDRCodable' from project 'CDRCodable')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FastRTPSSwift' from project 'FastRTPSSwift')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/fastddsprebuild/FastDDS/FastDDS.xcframework:1:1: error: While building for watchOS, 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 **
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.