Build Information
Failed to build SwiftOCA, reference main (8f1641
), with Swift 6.1 for Linux on 28 Jun 2025 12:13:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftOCA.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/SwiftOCA
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8f16412 update for IORing API changes
Cloned https://github.com/PADL/SwiftOCA.git
Revision (git rev-parse @):
8f1641286b1e62ff5f7fd9f32aa2db5f15e823b8
SUCCESS checkout https://github.com/PADL/SwiftOCA.git at main
========================================
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" : "gzipswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.1.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1024jp/GzipSwift"
},
{
"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",
"Gzip",
"IORing",
"IORingUtils",
"IORingFoundation"
],
"product_memberships" : [
"SwiftOCADevice",
"OCADevice"
],
"sources" : [
"OCA/ConnectionBroker.swift",
"OCA/Controller.swift",
"OCA/ControllerDefaultSubscribing.swift",
"OCA/DatasetStorageProviders/DatasetStorageProvider.swift",
"OCA/DatasetStorageProviders/FileDatasetStorageProvider.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/Dataset/Dataset.swift",
"OCC/ControlClasses/Dataset/FileDataset.swift",
"OCC/ControlClasses/Dataset/Serialization.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/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/Helpers/Data+Hex.swift",
"OCA/Helpers/Data+IntegerCodable.swift",
"OCA/Helpers/DeviceAddressToString.swift",
"OCA/Helpers/LengthTaggedData16.swift",
"OCA/Helpers/LengthTaggedData32.swift",
"OCA/Helpers/Locking.swift",
"OCA/Helpers/Sequence+AsyncMap.swift",
"OCA/Helpers/Task+Timeout.swift",
"OCA/Helpers/UnsafeMutablePointer+PropertyBasePointer.swift",
"OCA/Helpers/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/Dataset/Dataset.swift",
"OCC/ControlClasses/Dataset/Log.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/DataSets/DataSetWorker.swift",
"OCC/ControlClasses/Workers/DataSets/MediaRecorderPlayer.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/CommandSetDataTypes.swift",
"OCC/ControlDataTypes/CounterDataTypes.swift",
"OCC/ControlDataTypes/DataSetDataTypes.swift",
"OCC/ControlDataTypes/DeviceManagerDataTypes.swift",
"OCC/ControlDataTypes/EventDataTypes.swift",
"OCC/ControlDataTypes/FirmwareManagerDataTypes.swift",
"OCC/ControlDataTypes/GrouperDataTypes.swift",
"OCC/ControlDataTypes/LibraryManagerDataTypes.swift",
"OCC/ControlDataTypes/LoggingDataTypes.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/Backend/Ocp1NWConnection.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-4609320-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/PADL/IORingSwift
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/apple/swift-atomics
[1/68] Fetching socketaddress
[69/750] Fetching socketaddress, asyncextensions
[642/2307] Fetching socketaddress, asyncextensions, gzipswift
[1437/3089] Fetching socketaddress, asyncextensions, gzipswift, anycodable
[1507/4892] Fetching socketaddress, asyncextensions, gzipswift, anycodable, swift-atomics
[1923/7070] Fetching socketaddress, asyncextensions, gzipswift, anycodable, swift-atomics, ioringswift
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.28s)
Fetched https://github.com/1024jp/GzipSwift from cache (0.28s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-system
Fetched https://github.com/PADL/SocketAddress from cache (0.41s)
Fetched https://github.com/PADL/IORingSwift from cache (0.41s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.41s)
Fetched https://github.com/apple/swift-atomics from cache (0.41s)
Fetching https://github.com/apple/swift-async-algorithms
[1/4443] Fetching swift-system
[90/8279] Fetching swift-system, swift-log
[6724/13264] Fetching swift-system, swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-log from cache (1.08s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.95s)
Fetched https://github.com/apple/swift-system from cache (1.09s)
Computing version for https://github.com/1024jp/GzipSwift
warning: 'gzipswift': /Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "GzipSwift",
7 | products: [
Computed https://github.com/1024jp/GzipSwift at 6.1.0 (1.94s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.53s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.93s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.91s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (0.95s)
Fetching https://github.com/apple/swift-collections.git
[1/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (1.60s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.85s)
Computing version for https://github.com/PADL/IORingSwift
Computed https://github.com/PADL/IORingSwift at 0.1.9 (2.01s)
Fetching https://github.com/dfed/swift-async-queue
[1/1320] Fetching swift-async-queue
Fetched https://github.com/dfed/swift-async-queue from cache (0.41s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.7.1 (0.97s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.90s)
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/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at 0.1.9
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/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-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
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/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.1.0
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.0
warning: 'gzipswift': /host/spi-builder-workspace/.build/checkouts/GzipSwift/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "GzipSwift",
7 | products: [
Building for debugging...
[0/63] 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.
[19/63] Compiling CIORingShims CQHandler.cpp
[19/63] Compiling _AtomicsShims.c
[19/63] Compiling CSystem shims.c
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.
[19/63] Compiling CIORingShims DispatchCQHandler.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.
[19/63] 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.
[19/63] Compiling CIORingShims Message.cpp
[19/63] Compiling system-zlib anchor.c
[19/63] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'gzipswift': /host/spi-builder-workspace/.build/checkouts/GzipSwift/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "GzipSwift",
7 | products: [
[0/1] Planning build
Building for debugging...
[0/44] Compiling system-zlib anchor.c
[1/44] Compiling _AtomicsShims.c
[1/44] 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.
[8/44] Compiling CIORingShims Message.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>
| ^~~~~~~~~~~~
[8/44] Compiling CIORingShims CQHandler.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.
[8/44] Compiling CIORingShims DispatchCQHandler.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.
[8/44] Compiling CIORingShims PthreadCQHandler.cpp
[8/44] Compiling CIORingShims BackDeploy.cpp
[8/44] Compiling CSystem shims.c
[8/44] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux