Build Information
Failed to build IORingSwift, reference main (f9dbe9), with Swift 6.1 for Wasm on 20 Mar 2026 00:07:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/IORingSwift.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/IORingSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f9dbe99 fix: drain inflight CQEs in IORing.deinit to prevent block leaks
Cloned https://github.com/PADL/IORingSwift.git
Revision (git rev-parse @):
f9dbe99bc9850b827cfe26c3a1966026b28f9f3f
SUCCESS checkout https://github.com/PADL/IORingSwift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/PADL/IORingSwift.git
https://github.com/PADL/IORingSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"c_language_standard" : "c18",
"cxx_language_standard" : "c++20",
"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" : "asyncextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lhoward/AsyncExtensions"
},
{
"identity" : "swift-async-queue",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dfed/swift-async-queue"
},
{
"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.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "socketaddress",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/SocketAddress"
}
],
"manifest_display_name" : "IORingSwift",
"name" : "IORingSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "IORing",
"targets" : [
"IORing"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IORingUtils",
"targets" : [
"IORingUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IORingFoundation",
"targets" : [
"IORingFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IORingTCPEcho",
"targets" : [
"IORingTCPEcho"
],
"type" : {
"executable" : null
}
},
{
"name" : "IORingDeviceSpy",
"targets" : [
"IORingDeviceSpy"
],
"type" : {
"executable" : null
}
},
{
"name" : "IORingDatagramServer",
"targets" : [
"IORingDatagramServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "IORingDatagramClient",
"targets" : [
"IORingDatagramClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "IORingCopy",
"targets" : [
"IORingCopy"
],
"type" : {
"executable" : null
}
},
{
"name" : "IORingCat",
"targets" : [
"IORingCat"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "IORingUtils",
"module_type" : "SwiftTarget",
"name" : "IORingUtils",
"path" : "Sources/IORingUtils",
"product_dependencies" : [
"AsyncExtensions",
"SocketAddress",
"AsyncAlgorithms"
],
"product_memberships" : [
"IORingUtils",
"IORingFoundation",
"IORingTCPEcho",
"IORingDeviceSpy",
"IORingDatagramServer",
"IORingDatagramClient",
"IORingCopy",
"IORingCat"
],
"sources" : [
"Extensions.swift",
"Socket.swift",
"Tty.swift"
],
"target_dependencies" : [
"IORing"
],
"type" : "library"
},
{
"c99name" : "IORingTests",
"module_type" : "SwiftTarget",
"name" : "IORingTests",
"path" : "Tests/IORingTests",
"sources" : [
"IORingTests.swift",
"WithSockAddrTests.swift"
],
"target_dependencies" : [
"IORing",
"IORingUtils"
],
"type" : "test"
},
{
"c99name" : "IORingTCPEcho",
"module_type" : "SwiftTarget",
"name" : "IORingTCPEcho",
"path" : "Examples/IORingTCPEcho",
"product_memberships" : [
"IORingTCPEcho"
],
"sources" : [
"IORingTCPEcho.swift"
],
"target_dependencies" : [
"IORing",
"IORingUtils"
],
"type" : "executable"
},
{
"c99name" : "IORingFoundation",
"module_type" : "SwiftTarget",
"name" : "IORingFoundation",
"path" : "Sources/IORingFoundation",
"product_memberships" : [
"IORingFoundation",
"IORingDatagramClient"
],
"sources" : [
"FoundationExtras.swift"
],
"target_dependencies" : [
"IORingUtils"
],
"type" : "library"
},
{
"c99name" : "IORingDeviceSpy",
"module_type" : "SwiftTarget",
"name" : "IORingDeviceSpy",
"path" : "Examples/IORingDeviceSpy",
"product_memberships" : [
"IORingDeviceSpy"
],
"sources" : [
"IORingDeviceSpy.swift"
],
"target_dependencies" : [
"IORing",
"IORingUtils"
],
"type" : "executable"
},
{
"c99name" : "IORingDatagramServer",
"module_type" : "SwiftTarget",
"name" : "IORingDatagramServer",
"path" : "Examples/IORingDatagramServer",
"product_memberships" : [
"IORingDatagramServer"
],
"sources" : [
"IORingDatagramServer.swift"
],
"target_dependencies" : [
"IORing",
"IORingUtils"
],
"type" : "executable"
},
{
"c99name" : "IORingDatagramClient",
"module_type" : "SwiftTarget",
"name" : "IORingDatagramClient",
"path" : "Examples/IORingDatagramClient",
"product_memberships" : [
"IORingDatagramClient"
],
"sources" : [
"IORingDatagramClient.swift"
],
"target_dependencies" : [
"IORing",
"IORingUtils",
"IORingFoundation"
],
"type" : "executable"
},
{
"c99name" : "IORingCopy",
"module_type" : "SwiftTarget",
"name" : "IORingCopy",
"path" : "Examples/IORingCopy",
"product_memberships" : [
"IORingCopy"
],
"sources" : [
"IORingCopy.swift"
],
"target_dependencies" : [
"IORing",
"IORingUtils"
],
"type" : "executable"
},
{
"c99name" : "IORingCat",
"module_type" : "SwiftTarget",
"name" : "IORingCat",
"path" : "Examples/IORingCat",
"product_memberships" : [
"IORingCat"
],
"sources" : [
"IORingCat.swift"
],
"target_dependencies" : [
"IORing",
"IORingUtils"
],
"type" : "executable"
},
{
"c99name" : "IORing",
"module_type" : "SwiftTarget",
"name" : "IORing",
"path" : "Sources/IORing",
"product_dependencies" : [
"AsyncExtensions",
"SystemPackage",
"AsyncQueue",
"Logging",
"AsyncAlgorithms"
],
"product_memberships" : [
"IORing",
"IORingUtils",
"IORingFoundation",
"IORingTCPEcho",
"IORingDeviceSpy",
"IORingDatagramServer",
"IORingDatagramClient",
"IORingCopy",
"IORingCat"
],
"sources" : [
"FileHandle.swift",
"IORing.swift",
"Message.swift",
"Submission.swift",
"SubmissionGroup.swift",
"Utils.swift"
],
"target_dependencies" : [
"CIORingShims"
],
"type" : "library"
},
{
"c99name" : "CIOURing",
"module_type" : "SystemLibraryTarget",
"name" : "CIOURing",
"path" : "Sources/CIOURing",
"product_memberships" : [
"IORing",
"IORingUtils",
"IORingFoundation",
"IORingTCPEcho",
"IORingDeviceSpy",
"IORingDatagramServer",
"IORingDatagramClient",
"IORingCopy",
"IORingCat"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "CIORingShims",
"module_type" : "ClangTarget",
"name" : "CIORingShims",
"path" : "Sources/CIORingShims",
"product_memberships" : [
"IORing",
"IORingUtils",
"IORingFoundation",
"IORingTCPEcho",
"IORingDeviceSpy",
"IORingDatagramServer",
"IORingDatagramClient",
"IORingCopy",
"IORingCat"
],
"sources" : [
"BackDeploy.cpp",
"CQHandler.cpp",
"DispatchCQHandler.cpp",
"Message.cpp",
"PthreadCQHandler.cpp"
],
"target_dependencies" : [
"CIOURing"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm