Build Information
Failed to build FlutterSwiftOCA, reference main (3531bb), with Swift 6.1 for Wasm on 2 Apr 2026 19:10:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/FlutterSwiftOCA.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/FlutterSwiftOCA
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3531bbb replace ManagedCriticalState with Mutex from Synchronization framework
Cloned https://github.com/PADL/FlutterSwiftOCA.git
Revision (git rev-parse @):
3531bbb24eb1f2694dcaf16b5238cc20ad82a2c7
SUCCESS checkout https://github.com/PADL/FlutterSwiftOCA.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/PADL/FlutterSwiftOCA.git
https://github.com/PADL/FlutterSwiftOCA.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" : "asyncextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lhoward/AsyncExtensions"
},
{
"identity" : "swiftoca",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/SwiftOCA"
},
{
"identity" : "flutterswift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/FlutterSwift"
}
],
"manifest_display_name" : "FlutterSwiftOCA",
"name" : "FlutterSwiftOCA",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "FlutterSwiftOCA",
"targets" : [
"FlutterSwiftOCA"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlutterSwiftOCATests",
"module_type" : "SwiftTarget",
"name" : "FlutterSwiftOCATests",
"path" : "Tests/FlutterSwiftOCATests",
"sources" : [
"FlutterSwiftOCATests.swift"
],
"target_dependencies" : [
"FlutterSwiftOCA"
],
"type" : "test"
},
{
"c99name" : "FlutterSwiftOCA",
"module_type" : "SwiftTarget",
"name" : "FlutterSwiftOCA",
"path" : "Sources/FlutterSwiftOCA",
"product_dependencies" : [
"AsyncAlgorithms",
"Logging",
"AsyncExtensions",
"SwiftOCA",
"FlutterSwift"
],
"product_memberships" : [
"FlutterSwiftOCA"
],
"sources" : [
"OcaBrokerChannelManager.swift",
"OcaChannelManager.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/PADL/SwiftOCA
[1/18275] Fetching swiftoca
Fetched https://github.com/PADL/SwiftOCA from cache (1.04s)
Fetching https://github.com/PADL/FlutterSwift
[1/3828] Fetching flutterswift
Fetched https://github.com/PADL/FlutterSwift from cache (24.44s)
Fetching https://github.com/xtremekforever/swift-systemd
[1/415] Fetching swift-systemd
Fetched https://github.com/xtremekforever/swift-systemd from cache (0.93s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-system
[1/2713] Fetching swift-service-lifecycle
[2389/8314] Fetching swift-service-lifecycle, swift-system
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-log
Fetching https://github.com/lhoward/AsyncExtensions
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.90s)
Fetching https://github.com/apple/swift-atomics
Fetched https://github.com/apple/swift-system from cache (0.91s)
Fetching https://github.com/swhitty/FlyingFox
Fetching https://github.com/PADL/IORingSwift
[1/890] Fetching asyncextensions
[891/7114] Fetching asyncextensions, swift-async-algorithms
[954/13453] Fetching asyncextensions, swift-async-algorithms, swift-log
[13454/15273] Fetching asyncextensions, swift-async-algorithms, swift-log, swift-atomics
[13491/21175] Fetching asyncextensions, swift-async-algorithms, swift-log, swift-atomics, flyingfox
[13687/23862] Fetching asyncextensions, swift-async-algorithms, swift-log, swift-atomics, flyingfox, ioringswift
Fetched https://github.com/lhoward/AsyncExtensions from cache (1.09s)
[18708/22972] Fetching swift-async-algorithms, swift-log, swift-atomics, flyingfox, ioringswift
Fetched https://github.com/apple/swift-async-algorithms from cache (1.11s)
[12816/16748] Fetching swift-log, swift-atomics, flyingfox, ioringswift
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/Flight-School/AnyCodable
Fetched https://github.com/PADL/IORingSwift from cache (0.81s)
[10638/14061] Fetching swift-log, swift-atomics, flyingfox
Fetching https://github.com/PADL/SocketAddress
Fetched https://github.com/apple/swift-log from cache (1.39s)
[7368/7722] Fetching swift-atomics, flyingfox
Fetched https://github.com/apple/swift-atomics from cache (1.14s)
[1/1557] Fetching gzipswift
Fetched https://github.com/swhitty/FlyingFox from cache (1.35s)
[1/782] Fetching anycodable
Fetched https://github.com/1024jp/GzipSwift from cache (0.63s)
[1/292] Fetching socketaddress
Fetched https://github.com/Flight-School/AnyCodable from cache (0.66s)
Fetched https://github.com/PADL/SocketAddress from cache (0.66s)
Computing version for https://github.com/PADL/IORingSwift
error: Dependencies could not be resolved because 'ioringswift' >= 0.4.0 contains incompatible tools version (6.2.0) and 'swiftoca' depends on 'ioringswift' 1.0.0..<2.0.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Updating https://github.com/PADL/SwiftOCA
Updated https://github.com/PADL/SwiftOCA (0.33s)
Updating https://github.com/PADL/FlutterSwift
Updated https://github.com/PADL/FlutterSwift (0.26s)
Updating https://github.com/xtremekforever/swift-systemd
Updated https://github.com/xtremekforever/swift-systemd (0.15s)
Updating https://github.com/apple/swift-atomics
Updating https://github.com/apple/swift-log
Updating https://github.com/apple/swift-system
Updating https://github.com/swift-server/swift-service-lifecycle.git
Updated https://github.com/apple/swift-log (0.16s)
Updating https://github.com/swhitty/FlyingFox
Updated https://github.com/apple/swift-system (0.17s)
Updating https://github.com/PADL/IORingSwift
Updated https://github.com/swift-server/swift-service-lifecycle.git (0.19s)
Updating https://github.com/1024jp/GzipSwift
Updated https://github.com/apple/swift-atomics (0.21s)
Updating https://github.com/lhoward/AsyncExtensions
Updating https://github.com/apple/swift-async-algorithms
Updating https://github.com/Flight-School/AnyCodable
Updated https://github.com/PADL/IORingSwift (0.15s)
Updating https://github.com/PADL/SocketAddress
Updated https://github.com/swhitty/FlyingFox (0.21s)
Updated https://github.com/Flight-School/AnyCodable (0.15s)
Updated https://github.com/apple/swift-async-algorithms (0.19s)
Updated https://github.com/lhoward/AsyncExtensions (0.19s)
Updated https://github.com/1024jp/GzipSwift (0.20s)
Updated https://github.com/PADL/SocketAddress (0.15s)
Computing version for https://github.com/PADL/IORingSwift
error: Dependencies could not be resolved because 'ioringswift' >= 0.4.0 contains incompatible tools version (6.2.0) and 'swiftoca' depends on 'ioringswift' 1.0.0..<2.0.0.
BUILD FAILURE 6.1 wasm