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 master (763319), with Swift 6.2 (beta) for Android on 21 Jun 2025 07:52:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DimaRU/FastRTPSSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:34:44: warning: 'name' is deprecated: use kind instead [#DeprecatedDeclaration]
32 |
33 | #if os(Linux)
34 | package.dependencies.removeAll(where: { $0.name == "FastDDS"})
   |                                            `- warning: 'name' is deprecated: use kind instead [#DeprecatedDeclaration]
35 | package.targets.first(where: { $0.name == "FastRTPSWrapper"})!.dependencies = []
36 | package.targets.first(where: { $0.name == "FastRTPSSwift"})!.linkerSettings = [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
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.47s)
Fetched https://github.com/DimaRU/CDRCodable.git from cache (0.47s)
Computing version for https://github.com/DimaRU/CDRCodable.git
Computed https://github.com/DimaRU/CDRCodable.git at 1.2.3 (1.36s)
Fetching https://github.com/DimaRU/Msg2swift.git
[1/184] Fetching msg2swift
Fetched https://github.com/DimaRU/Msg2swift.git from cache (0.24s)
Computing version for https://github.com/DimaRU/Msg2swift.git
Computed https://github.com/DimaRU/Msg2swift.git at 1.0.0 (0.60s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.89s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.25s)
Computing version for https://github.com/DimaRU/FastDDSPrebuild.git
Computed https://github.com/DimaRU/FastDDSPrebuild.git at 2.14.3 (2.29s)
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/DimaRU/Msg2swift.git
Working copy of https://github.com/DimaRU/Msg2swift.git resolved at 1.0.0
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/CDRCodable.git
Working copy of https://github.com/DimaRU/CDRCodable.git resolved at 1.2.3
Downloading binary artifact https://github.com/DimaRU/FastDDSPrebuild/releases/download/v2.14.3/fastdds-v2.14.3.xcframework.zip
[1369/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 (6.33s)
warning: 'spi-builder-workspace': dependency 'fastddsprebuild' is not used by any target
[1/1] Compiling plugin Msg2swiftCommand
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/11] Write sources
In file included from /host/spi-builder-workspace/Sources/FastRTPSWrapper/BridgedReaderListener.cpp:6:
/host/spi-builder-workspace/Sources/FastRTPSWrapper/BridgedReaderListener.h:9:10: fatal error: 'fastrtps/rtps/rtps_fwd.h' file not found
    9 | #include "fastrtps/rtps/rtps_fwd.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/11] Compiling FastRTPSWrapper BridgedReaderListener.cpp
In file included from [4/11] Compiling FastRTPSWrapper BridgedParticipant.cpp
In file included from /host/spi-builder-workspace/Sources/FastRTPSWrapper/CustomLogConsumer.cpp:6:
/host/spi-builder-workspace/Sources/FastRTPSWrapper/CustomLogConsumer.h:8:10: fatal error: 'fastdds/dds/log/Log.hpp' file not found
    8 | #include <fastdds/dds/log/Log.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
[4/11] Compiling FastRTPSWrapper CustomLogConsumer.cpp
/host/spi-builder-workspace/Sources/FastRTPSWrapper/BridgedParticipantListener.cpp:6:10: fatal error: 'fastrtps/log/Log.h' file not found
    6 | #include <fastrtps/log/Log.h>
      |          ^~~~~~~~~~~~~~~~~~~~
[4/11] Compiling FastRTPSWrapper BridgedParticipantListener.cpp
[4/11] Compiling FastRTPSWrapper FastRTPSWrapper.cpp
In file included from /host/spi-builder-workspace/Sources/FastRTPSWrapper/BridgedWriterListener.cpp:6:
/host/spi-builder-workspace/Sources/FastRTPSWrapper/BridgedWriterListener.h:8:10: fatal error: 'fastrtps/rtps/writer/RTPSWriter.h' file not found
    8 | #include <fastrtps/rtps/writer/RTPSWriter.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[4/11] Compiling FastRTPSWrapper BridgedWriterListener.cpp
[4/11] Write swift-version-8C5A4AE7A8CE2BA.txt
BUILD FAILURE 6.2 android