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 SwiftOCA, reference 0.4.1 (ee619b), with Swift 6.1 for Linux on 16 May 2025 04:17:13 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.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftOCA.git
Reference: 0.4.1
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/SwiftOCA
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at ee619b7 Revert "make device-side locking functions public"
Cloned https://github.com/PADL/SwiftOCA.git
Revision (git rev-parse @):
ee619b72b55598b2ffdb9afd0580da2cf74cd71e
SUCCESS checkout https://github.com/PADL/SwiftOCA.git at 0.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PADL/SwiftOCA.git
https://github.com/PADL/SwiftOCA.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-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics"
    },
    {
      "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.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lhoward/AsyncExtensions"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "ioringswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/IORingSwift"
    }
  ],
  "manifest_display_name" : "SwiftOCA",
  "name" : "SwiftOCA",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOCA",
      "targets" : [
        "SwiftOCA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOCADevice",
      "targets" : [
        "SwiftOCADevice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OCAEventBenchmark",
      "targets" : [
        "OCAEventBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "OCADevice",
      "targets" : [
        "OCADevice"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "dnssd",
      "module_type" : "SystemLibraryTarget",
      "name" : "dnssd",
      "path" : "Sources/dnssd",
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "OCAEventBenchmark",
        "OCADevice"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftOCATests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCATests",
      "path" : "Tests/SwiftOCATests",
      "sources" : [
        "SwiftOCATests.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOCADeviceTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCADeviceTests",
      "path" : "Tests/SwiftOCADeviceTests",
      "sources" : [
        "SwiftOCADeviceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOCADevice",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCADevice",
      "path" : "Sources/SwiftOCADevice",
      "product_dependencies" : [
        "Logging",
        "IORing",
        "IORingUtils",
        "IORingFoundation"
      ],
      "product_memberships" : [
        "SwiftOCADevice",
        "OCADevice"
      ],
      "sources" : [
        "OCA/Controller.swift",
        "OCA/ControllerDefaultSubscribing.swift",
        "OCA/Device.swift",
        "OCA/DeviceEndpoint.swift",
        "OCA/DeviceEndpointRegistrar.swift",
        "OCC/ControlClasses/Agents/Agent.swift",
        "OCC/ControlClasses/Agents/CounterNotifier.swift",
        "OCC/ControlClasses/Agents/CounterSetAgent.swift",
        "OCC/ControlClasses/Agents/Group.swift",
        "OCC/ControlClasses/Agents/Grouper.swift",
        "OCC/ControlClasses/Agents/MediaClock3.swift",
        "OCC/ControlClasses/Agents/TimeSource.swift",
        "OCC/ControlClasses/ApplicationNetworks/ApplicationNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/ControlNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/MediaTransportNetwork.swift",
        "OCC/ControlClasses/Managers/AudioProcessingManager.swift",
        "OCC/ControlClasses/Managers/CodingManager.swift",
        "OCC/ControlClasses/Managers/DeviceManager.swift",
        "OCC/ControlClasses/Managers/DeviceTimeManager.swift",
        "OCC/ControlClasses/Managers/DiagnosticManager.swift",
        "OCC/ControlClasses/Managers/FirmwareManager.swift",
        "OCC/ControlClasses/Managers/LockManager.swift",
        "OCC/ControlClasses/Managers/Manager.swift",
        "OCC/ControlClasses/Managers/MediaClockManager.swift",
        "OCC/ControlClasses/Managers/NetworkManager.swift",
        "OCC/ControlClasses/Managers/SubscriptionManager.swift",
        "OCC/ControlClasses/PortsRepresentable.swift",
        "OCC/ControlClasses/Root+Commands.swift",
        "OCC/ControlClasses/Root.swift",
        "OCC/ControlClasses/Workers/Actuators/Actuator.swift",
        "OCC/ControlClasses/Workers/Actuators/BasicActuators.swift",
        "OCC/ControlClasses/Workers/Actuators/Frequency.swift",
        "OCC/ControlClasses/Workers/Actuators/Gain.swift",
        "OCC/ControlClasses/Workers/Actuators/Mute.swift",
        "OCC/ControlClasses/Workers/Actuators/PanBalance.swift",
        "OCC/ControlClasses/Workers/Actuators/PolarityState.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalInput.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalOutput.swift",
        "OCC/ControlClasses/Workers/Actuators/SummingPoint.swift",
        "OCC/ControlClasses/Workers/Actuators/Switch.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Block.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift",
        "OCC/ControlClasses/Workers/Sensors/AudioLevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/BasicSensors.swift",
        "OCC/ControlClasses/Workers/Sensors/IdentificationSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/LevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/Sensor.swift",
        "OCC/ControlClasses/Workers/Sensors/TemperatureSensor.swift",
        "OCC/ControlClasses/Workers/Worker.swift",
        "OCC/PropertyTypes/BoundedDeviceProperty.swift",
        "OCC/PropertyTypes/DeviceProperty.swift",
        "OCC/PropertyTypes/Serialization.swift",
        "OCC/PropertyTypes/VectorDeviceProperty.swift",
        "OCP.1/Backend/CF/Ocp1CFController.swift",
        "OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift",
        "OCP.1/Backend/DatagramProxy/DatagramProxyController.swift",
        "OCP.1/Backend/DatagramProxy/DatagramProxyDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksLogging.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift",
        "OCP.1/Backend/IORing/Ocp1IORingController.swift",
        "OCP.1/Backend/IORing/Ocp1IORingDeviceEndpoint.swift",
        "OCP.1/Backend/Local/LocalConnection.swift",
        "OCP.1/Backend/Local/LocalController.swift",
        "OCP.1/Backend/Local/LocalDeviceEndpoint.swift",
        "OCP.1/Logger+Ocp1ControllerInternal.swift",
        "OCP.1/Ocp1Controller.swift",
        "OCP.1/Ocp1ControllerInternal.swift"
      ],
      "target_dependencies" : [
        "SwiftOCA",
        "dnssd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOCA",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCA",
      "path" : "Sources/SwiftOCA",
      "product_dependencies" : [
        "AsyncExtensions",
        "AnyCodable",
        "SocketAddress",
        "AsyncAlgorithms",
        "SystemPackage",
        "Logging",
        "Atomics",
        "IORing",
        "IORingUtils",
        "IORingFoundation"
      ],
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "OCAEventBenchmark",
        "OCADevice"
      ],
      "sources" : [
        "OCA/Browser.swift",
        "OCA/ClassRegistry.swift",
        "OCA/Connection.swift",
        "OCA/OCF/Data+Hex.swift",
        "OCA/OCF/Data+IntegerCodable.swift",
        "OCA/OCF/DeviceAddressToString.swift",
        "OCA/OCF/LengthTaggedData.swift",
        "OCA/OCF/Locking.swift",
        "OCA/OCF/Sequence+AsyncMap.swift",
        "OCA/OCF/Task+Timeout.swift",
        "OCA/OCF/UnsafeMutablePointer+PropertyBasePointer.swift",
        "OCA/OCF/Weak.swift",
        "OCC/CollectionTypes/Array2D.swift",
        "OCC/CollectionTypes/List2D.swift",
        "OCC/ControlClasses/Agents/Agent.swift",
        "OCC/ControlClasses/Agents/CounterNotifier.swift",
        "OCC/ControlClasses/Agents/CounterSetAgent.swift",
        "OCC/ControlClasses/Agents/EventHandler.swift",
        "OCC/ControlClasses/Agents/Group.swift",
        "OCC/ControlClasses/Agents/Grouper.swift",
        "OCC/ControlClasses/Agents/MediaClock3.swift",
        "OCC/ControlClasses/Agents/PhysicalPosition.swift",
        "OCC/ControlClasses/Agents/TimeSource.swift",
        "OCC/ControlClasses/ApplicationNetworks/ApplicationNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/ControlNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/MediaTransportNetwork.swift",
        "OCC/ControlClasses/Managers/AudioProcessingManager.swift",
        "OCC/ControlClasses/Managers/CodingManager.swift",
        "OCC/ControlClasses/Managers/DeviceManager.swift",
        "OCC/ControlClasses/Managers/DeviceTimeManager.swift",
        "OCC/ControlClasses/Managers/DiagnosticManager.swift",
        "OCC/ControlClasses/Managers/FirmwareManager.swift",
        "OCC/ControlClasses/Managers/LibraryManager.swift",
        "OCC/ControlClasses/Managers/LockManager.swift",
        "OCC/ControlClasses/Managers/Manager.swift",
        "OCC/ControlClasses/Managers/MediaClockManager.swift",
        "OCC/ControlClasses/Managers/NetworkManager.swift",
        "OCC/ControlClasses/Managers/PowerManager.swift",
        "OCC/ControlClasses/Managers/SecurityManager.swift",
        "OCC/ControlClasses/Managers/SubscriptionManager.swift",
        "OCC/ControlClasses/Managers/TaskManager.swift",
        "OCC/ControlClasses/Networks/MediaTransportApplication.swift",
        "OCC/ControlClasses/Networks/NetworkApplication.swift",
        "OCC/ControlClasses/Networks/NetworkInterface.swift",
        "OCC/ControlClasses/Root+Commands.swift",
        "OCC/ControlClasses/Root+JSON.swift",
        "OCC/ControlClasses/Root.swift",
        "OCC/ControlClasses/Workers/Actuators/Actuator.swift",
        "OCC/ControlClasses/Workers/Actuators/BasicActuators.swift",
        "OCC/ControlClasses/Workers/Actuators/Frequency.swift",
        "OCC/ControlClasses/Workers/Actuators/Gain.swift",
        "OCC/ControlClasses/Workers/Actuators/Mute.swift",
        "OCC/ControlClasses/Workers/Actuators/PanBalance.swift",
        "OCC/ControlClasses/Workers/Actuators/Polarity.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalInput.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalOutput.swift",
        "OCC/ControlClasses/Workers/Actuators/SummingPoint.swift",
        "OCC/ControlClasses/Workers/Actuators/Switch.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Block.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift",
        "OCC/ControlClasses/Workers/Sensors/AudioLevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/BasicSensors.swift",
        "OCC/ControlClasses/Workers/Sensors/IdentificationSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/LevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/Sensor.swift",
        "OCC/ControlClasses/Workers/Sensors/TemperatureSensor.swift",
        "OCC/ControlClasses/Workers/Worker.swift",
        "OCC/ControlDataTypes/ApplicationNetworkDataTypes.swift",
        "OCC/ControlDataTypes/BaseDataTypes.swift",
        "OCC/ControlDataTypes/CounterDataTypes.swift",
        "OCC/ControlDataTypes/DeviceManagerDataTypes.swift",
        "OCC/ControlDataTypes/EventDataTypes.swift",
        "OCC/ControlDataTypes/FirmwareManagerDataTypes.swift",
        "OCC/ControlDataTypes/GrouperDataTypes.swift",
        "OCC/ControlDataTypes/LibraryManagerDataTypes.swift",
        "OCC/ControlDataTypes/ManagerDataTypes.swift",
        "OCC/ControlDataTypes/MediaClockDataTypes.swift",
        "OCC/ControlDataTypes/MediaDataTypes.swift",
        "OCC/ControlDataTypes/MediaStreamDataTypes.swift",
        "OCC/ControlDataTypes/MiscFrameworkDataTypes.swift",
        "OCC/ControlDataTypes/ModelDataTypes.swift",
        "OCC/ControlDataTypes/NetworkApplicationDataTypes.swift",
        "OCC/ControlDataTypes/NetworkDataTypes.swift",
        "OCC/ControlDataTypes/PowerManagerDataTypes.swift",
        "OCC/ControlDataTypes/ProgrammingDataTypes.swift",
        "OCC/ControlDataTypes/SearchDataTypes.swift",
        "OCC/ControlDataTypes/TaskManagerDataTypes.swift",
        "OCC/ControlDataTypes/TimeDataTypes.swift",
        "OCC/ControlDataTypes/WellKnownObjectNumbers.swift",
        "OCC/ControlDataTypes/WorkerDataTypes.swift",
        "OCC/PropertyTypes/BoundedProperty.swift",
        "OCC/PropertyTypes/ListProperty.swift",
        "OCC/PropertyTypes/MapProperty.swift",
        "OCC/PropertyTypes/Property.swift",
        "OCC/PropertyTypes/VectorProperty.swift",
        "OCF/Errors.swift",
        "OCF/Messages/Command.swift",
        "OCF/Messages/Header.swift",
        "OCF/Messages/KeepAlive.swift",
        "OCF/Messages/MessageType.swift",
        "OCF/Messages/Notification1.swift",
        "OCF/Messages/Notification2.swift",
        "OCF/Messages/Response.swift",
        "OCP.1/Backend/Ocp1CFSocketConnection.swift",
        "OCP.1/Backend/Ocp1FlyingSocksConnection.swift",
        "OCP.1/Backend/Ocp1IORingConnection.swift",
        "OCP.1/Decoder/Container/KeyedBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Container/SingleValueBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Container/UnkeyedBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Ocp1Decoder.swift",
        "OCP.1/Decoder/Ocp1DecoderImpl.swift",
        "OCP.1/Decoder/Ocp1DecodingState.swift",
        "OCP.1/Encoder/Container/KeyedOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Container/SingleValueOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Container/UnkeyedOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Ocp1Encoder.swift",
        "OCP.1/Encoder/Ocp1EncoderImpl.swift",
        "OCP.1/Encoder/Ocp1EncodingState.swift",
        "OCP.1/Ocp1CoderAPI.swift",
        "OCP.1/Ocp1Connection+Codable.swift",
        "OCP.1/Ocp1Connection+Connect.swift",
        "OCP.1/Ocp1Connection+Messages.swift",
        "OCP.1/Ocp1Connection+Objects.swift",
        "OCP.1/Ocp1Connection+Subscribe.swift",
        "OCP.1/Ocp1Connection.swift",
        "OCP.1/Ocp1ConnectionMonitor.swift",
        "OCP.1/ReflectionMirror/KeyPath.swift",
        "OCP.1/ReflectionMirror/ReflectionMirror.swift"
      ],
      "target_dependencies" : [
        "KeyPathShims",
        "dnssd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OCAEventBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "OCAEventBenchmark",
      "path" : "Examples/OCAEventBenchmark",
      "product_memberships" : [
        "OCAEventBenchmark"
      ],
      "sources" : [
        "EventBenchmark.swift"
      ],
      "target_dependencies" : [
        "SwiftOCA"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OCADevice",
      "module_type" : "SwiftTarget",
      "name" : "OCADevice",
      "path" : "Examples/OCADevice",
      "product_memberships" : [
        "OCADevice"
      ],
      "sources" : [
        "DeviceApp.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "KeyPathShims",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathShims",
      "path" : "Sources/KeyPathShims",
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "OCAEventBenchmark",
        "OCADevice"
      ],
      "sources" : [
        "KeyPathShims.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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 -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 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/Flight-School/AnyCodable
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/PADL/IORingSwift
[1/682] Fetching asyncextensions
[138/1464] Fetching asyncextensions, anycodable
[1442/1532] Fetching asyncextensions, anycodable, socketaddress
[1533/3242] Fetching asyncextensions, anycodable, socketaddress, swift-atomics
[2166/5397] Fetching asyncextensions, anycodable, socketaddress, swift-atomics, ioringswift
[5364/9764] Fetching asyncextensions, anycodable, socketaddress, swift-atomics, ioringswift, swift-system
Fetched https://github.com/PADL/SocketAddress from cache (0.33s)
Fetched https://github.com/PADL/IORingSwift from cache (0.33s)
[5271/7541] Fetching asyncextensions, anycodable, swift-atomics, swift-system
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-log
Fetched https://github.com/apple/swift-atomics from cache (0.46s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.50s)
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.50s)
Fetched https://github.com/apple/swift-system from cache (0.50s)
[1/3836] Fetching swift-log
[423/8821] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-log from cache (0.40s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.42s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.39s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.50s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.49s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (0.55s)
Fetching https://github.com/apple/swift-collections.git
[1/16429] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (1.87s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.72s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 0.1.8 (0.65s)
Fetching https://github.com/dfed/swift-async-queue
[1/1253] Fetching swift-async-queue
Fetched https://github.com/dfed/swift-async-queue from cache (0.25s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.7.1 (0.73s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.52s)
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/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at 0.1.8
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/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/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-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.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
Building for debugging...
[0/60] Write sources
[19/60] Compiling _AtomicsShims.c
[20/60] Write sources
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.
[21/60] Compiling CIORingShims DispatchCQHandler.cpp
[21/60] Write sources
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.
[21/60] 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.
[21/60] Compiling CIORingShims PthreadCQHandler.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.
[21/60] Compiling CIORingShims Message.cpp
[21/60] Compiling CSystem shims.c
[21/60] Compiling CIORingShims BackDeploy.cpp
[21/60] 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
Building for debugging...
[0/39] Write sources
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.
[4/39] Compiling CIORingShims BackDeploy.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>
      |          ^~~~~~~~~~~~
[4/39] Compiling CIORingShims PthreadCQHandler.cpp
[4/39] Compiling CIORingShims Message.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>
      |          ^~~~~~~~~~~~
[4/39] Compiling CIORingShims DispatchCQHandler.cpp
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>
      |          ^~~~~~~~~~~~
[4/39] Compiling CIORingShims CQHandler.cpp
[4/39] Compiling CSystem shims.c
[4/39] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux