Build Information
Failed to build OpenSRP, reference main (fa14ac
), with Swift 6.1 for Wasm on 11 Sep 2025 08:26:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/OpenSRP.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/OpenSRP
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fa14ac7 don't update port parameters unless registered listener on port
Cloned https://github.com/PADL/OpenSRP.git
Revision (git rev-parse @):
fa14ac789dcaf1cf2f4e777716fc4314f74ab74f
SUCCESS checkout https://github.com/PADL/OpenSRP.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/PADL/OpenSRP.git
https://github.com/PADL/OpenSRP.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" : "flyingfox",
"requirement" : {
"range" : [
{
"lower_bound" : "0.25.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swhitty/FlyingFox"
},
{
"identity" : "flyingfoxmacros",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swhitty/FlyingFoxMacros"
},
{
"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"
},
{
"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" : "OpenSRP",
"name" : "OpenSRP",
"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",
"nldump",
"nlmonitor",
"nltool",
"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",
"AnyCodable",
"Algorithms",
"AsyncAlgorithms",
"Logging",
"ServiceLifecycle",
"SystemPackage",
"FlyingFox",
"FlyingFoxMacros",
"NetLink",
"nldump",
"nlmonitor",
"nltool",
"IORing",
"IORingUtils"
],
"product_memberships" : [
"MRP",
"mrpd",
"portmon"
],
"sources" : [
"Applications/MMRP/MMRPApplication.swift",
"Applications/MMRP/MMRPAttributes.swift",
"Applications/MMRP/MMRPHandler.swift",
"Applications/MSRP/CBSParams.swift",
"Applications/MSRP/MSRPApplication.swift",
"Applications/MSRP/MSRPAttributes.swift",
"Applications/MSRP/MSRPHandler.swift",
"Applications/MSRP/MSRPTypes.swift",
"Applications/MVRP/MVRPApplication.swift",
"Applications/MVRP/MVRPAttributes.swift",
"Applications/MVRP/MVRPHandler.swift",
"Base/Error.swift",
"Base/Event.swift",
"Base/MRPController.swift",
"Base/MRPTimerConfiguration.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",
"Model/RestApiApplication.swift",
"Platform/LinuxPlatform.swift",
"RestApi/DeviceHandler.swift",
"RestApi/MRPHandler.swift",
"RestApi/RestApiHandler.swift",
"RestApi/Utils.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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/PADL/NetLinkSwift
[1/238] Fetching netlinkswift
Fetched https://github.com/PADL/NetLinkSwift from cache (0.25s)
Fetching https://github.com/PADL/IORingSwift
[1/2217] Fetching ioringswift
Fetched https://github.com/PADL/IORingSwift from cache (0.28s)
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-system
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/dfed/swift-async-queue
[1/682] Fetching asyncextensions
[683/750] Fetching asyncextensions, socketaddress
[751/6103] Fetching asyncextensions, socketaddress, swift-async-algorithms
[2518/7515] Fetching asyncextensions, socketaddress, swift-async-algorithms, swift-async-queue
[3317/11418] Fetching asyncextensions, socketaddress, swift-async-algorithms, swift-async-queue, swift-log
[8796/16355] Fetching asyncextensions, socketaddress, swift-async-algorithms, swift-async-queue, swift-log, swift-system
Fetched https://github.com/PADL/SocketAddress from cache (0.43s)
[9166/16287] Fetching asyncextensions, swift-async-algorithms, swift-async-queue, swift-log, swift-system
Fetching https://github.com/xtremekforever/swift-systemd
Fetched https://github.com/dfed/swift-async-queue from cache (0.52s)
[13246/14875] Fetching asyncextensions, swift-async-algorithms, swift-log, swift-system
Fetching https://github.com/Flight-School/AnyCodable
[14876/15290] Fetching asyncextensions, swift-async-algorithms, swift-log, swift-system, swift-systemd
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.72s)
Fetching https://github.com/swhitty/FlyingFoxMacros
Fetched https://github.com/apple/swift-system from cache (0.75s)
Fetched https://github.com/apple/swift-log from cache (0.76s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.76s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/swhitty/FlyingFox
Fetched https://github.com/xtremekforever/swift-systemd from cache (0.34s)
Fetching https://github.com/apple/swift-algorithms
[1/782] Fetching anycodable
[783/883] Fetching anycodable, flyingfoxmacros
Fetched https://github.com/Flight-School/AnyCodable from cache (0.51s)
[1/15914] Fetching swift-argument-parser
[2/18384] Fetching swift-argument-parser, swift-service-lifecycle
Fetched https://github.com/swhitty/FlyingFoxMacros from cache (0.33s)
[1012/23945] Fetching swift-argument-parser, swift-service-lifecycle, flyingfox
[4832/29930] Fetching swift-argument-parser, swift-service-lifecycle, flyingfox, swift-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.65s)
[27301/27460] Fetching swift-argument-parser, flyingfox, swift-algorithms
Fetched https://github.com/swhitty/FlyingFox from cache (0.66s)
Fetched https://github.com/apple/swift-algorithms from cache (0.64s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.90s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (2.30s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[1815/19267] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
[873/17453] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.40s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (2.03s)
Computing version for https://github.com/swhitty/FlyingFoxMacros
Computed https://github.com/swhitty/FlyingFoxMacros at 0.2.0 (0.57s)
Fetching https://github.com/swiftlang/swift-syntax
[1/71911] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.70s)
Computing version for https://github.com/swhitty/FlyingFox
Computed https://github.com/swhitty/FlyingFox at 0.25.0 (7.28s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.7.1 (0.55s)
Computing version for https://github.com/xtremekforever/swift-systemd
Computed https://github.com/xtremekforever/swift-systemd at 0.3.0 (0.64s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.06s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (0.50s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.52s)
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-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.56s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.80s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.2 (0.79s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (0.99s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.67s)
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/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.8.0
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/swhitty/FlyingFox
Working copy of https://github.com/swhitty/FlyingFox resolved at 0.25.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.2
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/xtremekforever/swift-systemd
Working copy of https://github.com/xtremekforever/swift-systemd resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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.1
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/swhitty/FlyingFoxMacros
Working copy of https://github.com/swhitty/FlyingFoxMacros resolved at 0.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.1.0
Creating working copy for https://github.com/PADL/NetLinkSwift
Working copy of https://github.com/PADL/NetLinkSwift resolved at main (8f00a66)
Creating working copy for https://github.com/PADL/IORingSwift
Working copy of https://github.com/PADL/IORingSwift resolved at main (5ff3ea2)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/134] Write sources
[47/134] Compiling _SwiftSyntaxCShims dummy.c
[48/134] Compiling CSystem shims.c
[49/134] Compiling _NumericsShims _NumericsShims.c
[49/134] Write sources
[59/134] Compiling _AtomicsShims.c
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.
[60/134] 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.
[60/134] Compiling CIORingShims PthreadCQHandler.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: 'linux/io_uring.h' file not found
20 | #include <linux/io_uring.h>
| ^~~~~~~~~~~~~~~~~~
[60/134] Compiling CIORingShims BackDeploy.cpp
[60/134] 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>
| ^~~~~~~~~~~~
[60/134] Compiling CIORingShims DispatchCQHandler.cpp
[60/134] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
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: 'linux/io_uring.h' file not found
20 | #include <linux/io_uring.h>
| ^~~~~~~~~~~~~~~~~~
1 error generated.
[2/76] 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>
| ^~~~~~~~~~~~
1 error generated.
[2/76] Compiling CIORingShims PthreadCQHandler.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>
| ^~~~~~~~~~~~
[2/76] 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>
| ^~~~~~~~~~~~
[2/76] Compiling CIORingShims DispatchCQHandler.cpp
[2/76] Compiling CIORingShims Message.cpp
[2/76] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm