Build Information
Failed to build GraphiteClient, reference master (2333d2
), with Swift 6.1 for Wasm on 27 May 2025 20:50:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/avito-tech/GraphiteClient.git
Reference: master
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/avito-tech/GraphiteClient
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2333d2c Merge pull request #1 in MA/graphite-client from exclusive-access-return-work-result to master
Cloned https://github.com/avito-tech/GraphiteClient.git
Revision (git rev-parse @):
2333d2c4a73c19db636939033cbe2b5ba3fc9f8c
SUCCESS checkout https://github.com/avito-tech/GraphiteClient.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/avito-tech/GraphiteClient.git
https://github.com/avito-tech/GraphiteClient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "GraphiteClient",
"name" : "GraphiteClient",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AtomicModels",
"targets" : [
"AtomicModels"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GraphiteClient",
"targets" : [
"GraphiteClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IO",
"targets" : [
"IO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2"
],
"targets" : [
{
"c99name" : "IOTests",
"module_type" : "SwiftTarget",
"name" : "IOTests",
"path" : "Tests/IOTests",
"sources" : [
"BoundStreamsOutputStreamProvider.swift",
"EasyOutputStreamTests.swift",
"FakeBufferedOutputStreamProvider.swift",
"FakeInMemoryOutputStreamProvider.swift"
],
"target_dependencies" : [
"IO"
],
"type" : "test"
},
{
"c99name" : "IO",
"module_type" : "SwiftTarget",
"name" : "IO",
"path" : "Sources/IO",
"product_memberships" : [
"GraphiteClient",
"IO"
],
"sources" : [
"EasyOutputStream.swift",
"EasyOutputStreamError.swift",
"NetworkSocketOutputStreamProvider.swift",
"OutputStreamProvider.swift"
],
"target_dependencies" : [
"AtomicModels"
],
"type" : "library"
},
{
"c99name" : "GraphiteClientTests",
"module_type" : "SwiftTarget",
"name" : "GraphiteClientTests",
"path" : "Tests/GraphiteClientTests",
"sources" : [
"GraphiteClientTests.swift",
"GraphiteMetricTests.swift"
],
"target_dependencies" : [
"GraphiteClient"
],
"type" : "test"
},
{
"c99name" : "GraphiteClient",
"module_type" : "SwiftTarget",
"name" : "GraphiteClient",
"path" : "Sources/GraphiteClient",
"product_memberships" : [
"GraphiteClient"
],
"sources" : [
"GraphiteClient.swift",
"GraphiteClientError.swift",
"GraphiteMetric.swift"
],
"target_dependencies" : [
"IO"
],
"type" : "library"
},
{
"c99name" : "AtomicModels",
"module_type" : "SwiftTarget",
"name" : "AtomicModels",
"path" : "Sources/AtomicModels",
"product_memberships" : [
"AtomicModels",
"GraphiteClient",
"IO"
],
"sources" : [
"AtomicCollection.swift",
"AtomicValue.swift",
"ConditionLock.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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 -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 finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Compiling AtomicModels ConditionLock.swift
/host/spi-builder-workspace/Sources/AtomicModels/AtomicValue.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Emitting module AtomicModels
/host/spi-builder-workspace/Sources/AtomicModels/AtomicValue.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[7/8] Compiling AtomicModels AtomicCollection.swift
/host/spi-builder-workspace/Sources/AtomicModels/AtomicValue.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[8/8] Compiling AtomicModels AtomicValue.swift
/host/spi-builder-workspace/Sources/AtomicModels/AtomicValue.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/5] Emitting module AtomicModels
/host/spi-builder-workspace/Sources/AtomicModels/AtomicValue.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[3/5] Compiling AtomicModels ConditionLock.swift
/host/spi-builder-workspace/Sources/AtomicModels/AtomicValue.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[4/5] Compiling AtomicModels AtomicCollection.swift
/host/spi-builder-workspace/Sources/AtomicModels/AtomicValue.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[5/5] Compiling AtomicModels AtomicValue.swift
/host/spi-builder-workspace/Sources/AtomicModels/AtomicValue.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
BUILD FAILURE 6.1 wasm