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 Fast-DDS-Prebuild, reference master (913639), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 01:44:21 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/literally-anything/Fast-DDS-Prebuild.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/literally-anything/Fast-DDS-Prebuild
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9136396 Merge branch 'master' of https://github.com/literally-anything/Fast-DDS-Prebuild
Updating files:  99% (4220/4235)
Updating files: 100% (4235/4235)
Updating files: 100% (4235/4235), done.
Cloned https://github.com/literally-anything/Fast-DDS-Prebuild.git
Revision (git rev-parse @):
9136396cd5cfa44533b08f7ba1761c639a435fe6
SUCCESS checkout https://github.com/literally-anything/Fast-DDS-Prebuild.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "fast-dds-prebuild",
      "name": "Fast-DDS-Prebuild",
      "url": "https://github.com/literally-anything/Fast-DDS-Prebuild.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Fast-DDS-Prebuild",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/literally-anything/Fast-DDS-Prebuild.git
[1/1327] Fetching fast-dds-prebuild
Fetched https://github.com/literally-anything/Fast-DDS-Prebuild.git from cache (15.07s)
Creating working copy for https://github.com/literally-anything/Fast-DDS-Prebuild.git
Working copy of https://github.com/literally-anything/Fast-DDS-Prebuild.git resolved at master (9136396)
warning: '.resolve-product-dependencies': dependency 'fast-dds-prebuild' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/literally-anything/Fast-DDS-Prebuild.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Fast-DDS-Prebuild",
  "name" : "Fast-DDS-Prebuild",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Fast-DDS",
      "targets" : [
        "Fast-DDS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Fast_DDS",
      "module_type" : "BinaryTarget",
      "name" : "Fast-DDS",
      "path" : "Fast-DDS.xcframework",
      "product_memberships" : [
        "Fast-DDS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
BUILD FAILURE 6.0 macosSpm