Build Information
Successful build of FastRTPSSwift, reference master (763319
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 07:57:32 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: 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: 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] Copying libfastrtpsa.a
[2/12] Write sources
[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 Numeric+Bytes.swift
[14/22] Compiling CDRCodable UnkeyedEncodingContainer.swift
[15/22] Compiling CDRCodable CDRDecoder.swift
[16/22] Emitting module CDRCodable
[17/22] Compiling CDRCodable SingleValueDecodingContainer.swift
[18/22] Compiling CDRCodable SingleValueEncodingContainer.swift
[19/22] Compiling CDRCodable UnkeyedDecodingContainer.swift
[20/22] Compiling CDRCodable KeyedEncodingContainer.swift
[21/22] Compiling CDRCodable CDREncoder.swift
[22/22] Compiling CDRCodable KeyedDecodingContainer.swift
[23/28] Compiling FastRTPSSwift DDSType.swift
[24/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 {
[25/28] Compiling FastRTPSSwift PayloadDecoderProxy.swift
[26/28] Compiling FastRTPSSwift DDSTopic.swift
[27/28] Compiling FastRTPSSwift FastRTPSSwift.swift
[28/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 {
Build complete! (21.09s)
Fetching https://github.com/DimaRU/CDRCodable.git
Fetching https://github.com/DimaRU/FastDDSPrebuild.git
[1/133] Fetching fastddsprebuild
[134/546] Fetching fastddsprebuild, cdrcodable
Fetched https://github.com/DimaRU/FastDDSPrebuild.git from cache (0.72s)
Fetched https://github.com/DimaRU/CDRCodable.git from cache (0.72s)
Computing version for https://github.com/DimaRU/CDRCodable.git
Computed https://github.com/DimaRU/CDRCodable.git at 1.2.3 (1.18s)
Fetching https://github.com/DimaRU/Msg2swift.git
[1/184] Fetching msg2swift
Fetched https://github.com/DimaRU/Msg2swift.git from cache (0.59s)
Computing version for https://github.com/DimaRU/Msg2swift.git
Computed https://github.com/DimaRU/Msg2swift.git at 1.0.0 (1.03s)
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.43s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.85s)
Computing version for https://github.com/DimaRU/FastDDSPrebuild.git
Computed https://github.com/DimaRU/FastDDSPrebuild.git at 2.14.3 (2.49s)
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/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
Creating working copy for https://github.com/DimaRU/FastDDSPrebuild.git
Working copy of https://github.com/DimaRU/FastDDSPrebuild.git resolved at 2.14.3
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 (4.88s)
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.