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 SwiftMRP, reference main (7cab55), with Swift 6.1 for Linux on 30 Apr 2025 03:43:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftMRP.git
Reference: main
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/PADL/SwiftMRP
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7cab55c update JoinTime/LeaveTIme to MILAN spec
Cloned https://github.com/PADL/SwiftMRP.git
Revision (git rev-parse @):
7cab55c8cf1d1ec4f03043a2712f6951c8c088c1
SUCCESS checkout https://github.com/PADL/SwiftMRP.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PADL/SwiftMRP.git
https://github.com/PADL/SwiftMRP.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "socketaddress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/SocketAddress"
    },
    {
      "identity" : "asyncextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lhoward/AsyncExtensions"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle"
    },
    {
      "identity" : "ioringswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/IORingSwift"
    },
    {
      "identity" : "netlinkswift",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/NetLinkSwift"
    },
    {
      "identity" : "swift-systemd",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xtremekforever/swift-systemd"
    }
  ],
  "manifest_display_name" : "SwiftMRP",
  "name" : "SwiftMRP",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "MRP",
      "targets" : [
        "MRP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "mrpd",
      "targets" : [
        "MRPDaemon"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "portmon",
      "targets" : [
        "portmon"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "pmctool",
      "targets" : [
        "pmctool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "portmon",
      "module_type" : "SwiftTarget",
      "name" : "portmon",
      "path" : "Examples/portmon",
      "product_memberships" : [
        "portmon"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "MRP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "pmctool",
      "module_type" : "SwiftTarget",
      "name" : "pmctool",
      "path" : "Examples/pmctool",
      "product_memberships" : [
        "pmctool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PMC"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PMC",
      "module_type" : "SwiftTarget",
      "name" : "PMC",
      "path" : "Sources/PMC",
      "product_dependencies" : [
        "AsyncExtensions",
        "SocketAddress",
        "AsyncAlgorithms",
        "SystemPackage",
        "NetLink",
        "IORing",
        "IORingUtils"
      ],
      "product_memberships" : [
        "MRP",
        "mrpd",
        "portmon",
        "pmctool"
      ],
      "sources" : [
        "PTPManagementClient.swift",
        "PTPManagementTypes.swift",
        "PTPTypes.swift",
        "Task+Timeout.swift"
      ],
      "target_dependencies" : [
        "IEEE802"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MRPTests",
      "module_type" : "SwiftTarget",
      "name" : "MRPTests",
      "path" : "Tests/MRPTests",
      "sources" : [
        "MRPTests.swift"
      ],
      "target_dependencies" : [
        "MRP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MRPDaemon",
      "module_type" : "SwiftTarget",
      "name" : "MRPDaemon",
      "path" : "Sources/MRPDaemon",
      "product_dependencies" : [
        "ArgumentParser",
        "ServiceLifecycle",
        "Systemd",
        "SystemdLifecycle"
      ],
      "product_memberships" : [
        "mrpd"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "MRP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MRP",
      "module_type" : "SwiftTarget",
      "name" : "MRP",
      "path" : "Sources/MRP",
      "product_dependencies" : [
        "AsyncExtensions",
        "SocketAddress",
        "Algorithms",
        "AsyncAlgorithms",
        "Logging",
        "ServiceLifecycle",
        "SystemPackage",
        "NetLink",
        "IORing",
        "IORingUtils"
      ],
      "product_memberships" : [
        "MRP",
        "mrpd",
        "portmon"
      ],
      "sources" : [
        "Applications/MMRP/MMRPApplication.swift",
        "Applications/MMRP/MMRPAttributes.swift",
        "Applications/MSRP/CBSParams.swift",
        "Applications/MSRP/MSRPApplication.swift",
        "Applications/MSRP/MSRPAttributes.swift",
        "Applications/MSRP/MSRPTypes.swift",
        "Applications/MVRP/MVRPApplication.swift",
        "Applications/MVRP/MVRPAttributes.swift",
        "Base/Error.swift",
        "Base/Event.swift",
        "Base/MRPController.swift",
        "Base/PDU.swift",
        "Base/Timer.swift",
        "Base/Types.swift",
        "Base/Utility.swift",
        "Base/VLAN.swift",
        "Base/Value.swift",
        "Model/Applicant.swift",
        "Model/Application.swift",
        "Model/AttributeValue.swift",
        "Model/BaseApplication.swift",
        "Model/Bridge.swift",
        "Model/LeaveAll.swift",
        "Model/Participant.swift",
        "Model/Port.swift",
        "Model/Registrar.swift",
        "Platform/LinuxPlatform.swift"
      ],
      "target_dependencies" : [
        "IEEE802",
        "PMC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IEEE802",
      "module_type" : "SwiftTarget",
      "name" : "IEEE802",
      "path" : "Sources/IEEE802",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "MRP",
        "mrpd",
        "portmon",
        "pmctool"
      ],
      "sources" : [
        "EUI48.swift",
        "IEEE802Packet.swift",
        "SerDes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/PADL/NetLinkSwift
[1/148] Fetching netlinkswift
Fetched https://github.com/PADL/NetLinkSwift from cache (0.25s)
Fetching https://github.com/PADL/IORingSwift
[1/2152] Fetching ioringswift
Fetched https://github.com/PADL/IORingSwift from cache (0.29s)
Fetching https://github.com/dfed/swift-async-queue
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-log
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/apple/swift-system
[1/1253] Fetching swift-async-queue
[2/1321] Fetching swift-async-queue, socketaddress
[30/2003] Fetching swift-async-queue, socketaddress, asyncextensions
[559/5839] Fetching swift-async-queue, socketaddress, asyncextensions, swift-log
[2925/10804] Fetching swift-async-queue, socketaddress, asyncextensions, swift-log, swift-async-algorithms
[3400/15168] Fetching swift-async-queue, socketaddress, asyncextensions, swift-log, swift-async-algorithms, swift-system
Fetched https://github.com/PADL/SocketAddress from cache (0.35s)
[12187/15100] Fetching swift-async-queue, asyncextensions, swift-log, swift-async-algorithms, swift-system
Fetching https://github.com/xtremekforever/swift-systemd
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.51s)
Fetched https://github.com/apple/swift-system from cache (0.51s)
Fetched https://github.com/dfed/swift-async-queue from cache (0.52s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetched https://github.com/apple/swift-async-algorithms from cache (0.52s)
Fetched https://github.com/apple/swift-log from cache (0.52s)
[1/377] Fetching swift-systemd
Fetched https://github.com/xtremekforever/swift-systemd from cache (0.31s)
[1/2394] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.32s)
[1/14950] Fetching swift-argument-parser
Fetching https://github.com/apple/swift-algorithms
Fetched https://github.com/apple/swift-argument-parser from cache (0.88s)
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.45s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (2.43s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[1672/17974] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.18s)
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.79s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.57s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.7.1 (0.53s)
Computing version for https://github.com/xtremekforever/swift-systemd
Computed https://github.com/xtremekforever/swift-systemd at 0.3.0 (0.69s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (0.97s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.81s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.57s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.7.0 (0.57s)
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.0
Creating working copy for https://github.com/dfed/swift-async-queue
Working copy of https://github.com/dfed/swift-async-queue resolved at 0.7.1
Creating working copy for https://github.com/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at 0.9.2
Creating working copy for https://github.com/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at main (81aaa20)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/PADL/SocketAddress
Working copy of https://github.com/PADL/SocketAddress resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/PADL/NetLinkSwift
Working copy of https://github.com/PADL/NetLinkSwift resolved at main (1a441d7)
Creating working copy for https://github.com/xtremekforever/swift-systemd
Working copy of https://github.com/xtremekforever/swift-systemd resolved at 0.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/82] Write sources
[26/82] Compiling _NumericsShims _NumericsShims.c
[27/82] Compiling _AtomicsShims.c
[28/82] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/Message.cpp:20:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/include/CIORingShims.h:20:10: fatal error: 'liburing.h' file not found
   20 | #include <liburing.h>
      |          ^~~~~~~~~~~~
1 error generated.
[36/82] Compiling CIORingShims Message.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/BackDeploy.cpp:24:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/include/CIORingShims.h:20:10: fatal error: 'liburing.h' file not found
   20 | #include <liburing.h>
      |          ^~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/CQHandler.cpp:17:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
   19 | #include <liburing.h>
      |          ^~~~~~~~~~~~
1 error generated.
[36/82] Compiling CIORingShims CQHandler.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/PthreadCQHandler.cpp:17:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
   19 | #include <liburing.h>
      |          ^~~~~~~~~~~~
1 error generated.
[36/82] Compiling CIORingShims PthreadCQHandler.cpp
[36/82] Compiling CIORingShims BackDeploy.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/DispatchCQHandler.cpp:17:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
   19 | #include <liburing.h>
      |          ^~~~~~~~~~~~
[36/82] Compiling CIORingShims DispatchCQHandler.cpp
[36/82] Compiling CSystem shims.c
[36/82] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/CQHandler.cpp:17:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
   19 | #include <liburing.h>
      |          ^~~~~~~~~~~~
1 error generated.
[1/47] Compiling CIORingShims CQHandler.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/PthreadCQHandler.cpp:17:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
   19 | #include <liburing.h>
      |          ^~~~~~~~~~~~
[1/47] Compiling CIORingShims PthreadCQHandler.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/DispatchCQHandler.cpp:17:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
   19 | #include <liburing.h>
      |          ^~~~~~~~~~~~
1 error generated.
[1/47] Compiling CIORingShims DispatchCQHandler.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/Message.cpp:20:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/include/CIORingShims.h:20:10: fatal error: 'liburing.h' file not found
   20 | #include <liburing.h>
      |          ^~~~~~~~~~~~
1 error generated.
[1/47] Compiling CIORingShims Message.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/BackDeploy.cpp:24:
/host/spi-builder-workspace/.build/checkouts/IORingSwift/Sources/CIORingShims/include/CIORingShims.h:20:10: fatal error: 'liburing.h' file not found
   20 | #include <liburing.h>
      |          ^~~~~~~~~~~~
1 error generated.
[1/47] Compiling CIORingShims BackDeploy.cpp
[1/47] Compiling CSystem shims.c
[1/47] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux