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

Successful build of FastRTPSSwift, reference v4.1.0 (763319), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 07:58:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DimaRU/FastRTPSSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Msg2swiftCommand
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/12] Write sources
[4/12] Copying libfastrtpsa.a
[5/12] Write swift-version-1EA4D86E10B52AF.txt
[6/22] Compiling FastRTPSWrapper CustomLogConsumer.cpp
[7/22] Compiling FastRTPSWrapper BridgedParticipantListener.cpp
[8/22] Compiling FastRTPSWrapper BridgedReaderListener.cpp
[9/22] Compiling FastRTPSWrapper BridgedWriterListener.cpp
[10/22] Compiling FastRTPSWrapper FastRTPSWrapper.cpp
[11/22] Compiling FastRTPSWrapper BridgedParticipant.cpp
[13/22] Compiling CDRCodable UnkeyedEncodingContainer.swift
[14/22] Compiling CDRCodable Numeric+Bytes.swift
[15/22] Compiling CDRCodable CDREncoder.swift
[16/22] Compiling CDRCodable SingleValueEncodingContainer.swift
[17/22] Compiling CDRCodable UnkeyedDecodingContainer.swift
[18/22] Compiling CDRCodable SingleValueDecodingContainer.swift
[19/22] Compiling CDRCodable KeyedDecodingContainer.swift
[20/22] Compiling CDRCodable KeyedEncodingContainer.swift
[21/22] Emitting module CDRCodable
[22/22] Compiling CDRCodable CDRDecoder.swift
[23/28] Compiling FastRTPSSwift DDSType.swift
[24/28] Compiling FastRTPSSwift FastRTPSSwift.swift
[25/28] Compiling FastRTPSSwift DDSTopic.swift
[26/28] Emitting module FastRTPSSwift
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:9:1: warning: extension declares a conformance of imported type 'RTPSStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension RTPSStatus: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'RTPSStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public var description: String {
11 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:22:1: warning: extension declares a conformance of imported type 'RTPSReaderStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
20 | }
21 |
22 | extension RTPSReaderStatus: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'RTPSReaderStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |     public var description: String {
24 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:33:1: warning: extension declares a conformance of imported type 'RTPSWriterStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
31 | }
32 |
33 | extension RTPSWriterStatus: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'RTPSWriterStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var description: String {
35 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:44:1: warning: extension declares a conformance of imported type 'RTPSParticipantStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
42 | }
43 |
44 | extension RTPSParticipantStatus: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'RTPSParticipantStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public var description: String {
46 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:56:1: warning: extension declares a conformance of imported type 'Durability' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
54 | }
55 |
56 | extension Durability: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Durability' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |     public var description: String {
58 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:67:1: warning: extension declares a conformance of imported type 'Reliability' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
65 | }
66 |
67 | extension Reliability: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Reliability' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
68 |     public var description: String {
69 |         switch self {
[27/28] Compiling FastRTPSSwift FastRTPSEnum_CustomStringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:9:1: warning: extension declares a conformance of imported type 'RTPSStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
 7 | import Foundation
 8 |
 9 | extension RTPSStatus: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'RTPSStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |     public var description: String {
11 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:22:1: warning: extension declares a conformance of imported type 'RTPSReaderStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
20 | }
21 |
22 | extension RTPSReaderStatus: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'RTPSReaderStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |     public var description: String {
24 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:33:1: warning: extension declares a conformance of imported type 'RTPSWriterStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
31 | }
32 |
33 | extension RTPSWriterStatus: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'RTPSWriterStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var description: String {
35 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:44:1: warning: extension declares a conformance of imported type 'RTPSParticipantStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
42 | }
43 |
44 | extension RTPSParticipantStatus: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'RTPSParticipantStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |     public var description: String {
46 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:56:1: warning: extension declares a conformance of imported type 'Durability' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
54 | }
55 |
56 | extension Durability: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Durability' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |     public var description: String {
58 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FastRTPSSwift/FastRTPSEnum_CustomStringConvertible.swift:67:1: warning: extension declares a conformance of imported type 'Reliability' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
65 | }
66 |
67 | extension Reliability: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Reliability' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'FastRTPSWrapper' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
68 |     public var description: String {
69 |         switch self {
[28/28] Compiling FastRTPSSwift PayloadDecoderProxy.swift
Build complete! (22.07s)
Fetching https://github.com/DimaRU/FastDDSPrebuild.git
Fetching https://github.com/DimaRU/CDRCodable.git
[1/413] Fetching cdrcodable
[3/546] Fetching cdrcodable, fastddsprebuild
Fetched https://github.com/DimaRU/CDRCodable.git from cache (0.73s)
Fetched https://github.com/DimaRU/FastDDSPrebuild.git from cache (0.73s)
Computing version for https://github.com/DimaRU/CDRCodable.git
Computed https://github.com/DimaRU/CDRCodable.git at 1.2.3 (1.15s)
Fetching https://github.com/DimaRU/Msg2swift.git
[1/184] Fetching msg2swift
Fetched https://github.com/DimaRU/Msg2swift.git from cache (0.65s)
Computing version for https://github.com/DimaRU/Msg2swift.git
Computed https://github.com/DimaRU/Msg2swift.git at 1.0.0 (1.05s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.52s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.95s)
Computing version for https://github.com/DimaRU/FastDDSPrebuild.git
Computed https://github.com/DimaRU/FastDDSPrebuild.git at 2.14.3 (2.56s)
Creating working copy for https://github.com/DimaRU/CDRCodable.git
Working copy of https://github.com/DimaRU/CDRCodable.git resolved at 1.2.3
Creating working copy for https://github.com/DimaRU/FastDDSPrebuild.git
Working copy of https://github.com/DimaRU/FastDDSPrebuild.git resolved at 2.14.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/DimaRU/Msg2swift.git
Working copy of https://github.com/DimaRU/Msg2swift.git resolved at 1.0.0
Downloading binary artifact https://github.com/DimaRU/FastDDSPrebuild/releases/download/v2.14.3/fastdds-v2.14.3.xcframework.zip
[16375/58714387] Downloading https://github.com/DimaRU/FastDDSPrebuild/releases/download/v2.14.3/fastdds-v2.14.3.xcframework.zip
Downloaded https://github.com/DimaRU/FastDDSPrebuild/releases/download/v2.14.3/fastdds-v2.14.3.xcframework.zip (5.08s)
Build complete.
{
  "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"
}
Done.