Build Information
Failed to build PerfectLDAP, reference master (e351ef
), with Swift 6.1 for Wasm on 27 May 2025 13:37:00 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/perfectlysoft/perfect-ldap.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/perfectlysoft/perfect-ldap
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e351ef5 Merge pull request #6 from Lagerregal/master
Cloned https://github.com/perfectlysoft/perfect-ldap.git
Revision (git rev-parse @):
e351ef5b9497265f9498555820e408e57f00f950
SUCCESS checkout https://github.com/perfectlysoft/perfect-ldap.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/perfectlysoft/perfect-ldap.git
https://github.com/perfectlysoft/perfect-ldap.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "perfect-iconv",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PerfectSideRepos/Perfect-ICONV.git"
},
{
"identity" : "perfect-libsasl",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PerfectlySoft/Perfect-libSASL.git"
},
{
"identity" : "perfect-openldap",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PerfectlySoft/Perfect-OpenLDAP.git"
}
],
"manifest_display_name" : "PerfectLDAP",
"name" : "PerfectLDAP",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PerfectLDAP",
"targets" : [
"PerfectLDAP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PerfectLDAPTests",
"module_type" : "SwiftTarget",
"name" : "PerfectLDAPTests",
"path" : "Tests/PerfectLDAPTests",
"sources" : [
"PerfectLDAPTests.swift"
],
"target_dependencies" : [
"PerfectLDAP"
],
"type" : "test"
},
{
"c99name" : "PerfectLDAP",
"module_type" : "SwiftTarget",
"name" : "PerfectLDAP",
"path" : "Sources/PerfectLDAP",
"product_dependencies" : [
"PerfectICONV"
],
"product_memberships" : [
"PerfectLDAP"
],
"sources" : [
"PerfectLDAP.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/PerfectlySoft/Perfect-libSASL.git
Fetching https://github.com/PerfectSideRepos/Perfect-ICONV.git
Fetching https://github.com/PerfectlySoft/Perfect-OpenLDAP.git
[1/29] Fetching perfect-libsasl
[30/61] Fetching perfect-libsasl, perfect-openldap
[41/162] Fetching perfect-libsasl, perfect-openldap, perfect-iconv
Fetched https://github.com/PerfectlySoft/Perfect-libSASL.git from cache (0.27s)
Fetched https://github.com/PerfectlySoft/Perfect-OpenLDAP.git from cache (0.28s)
Fetched https://github.com/PerfectSideRepos/Perfect-ICONV.git from cache (0.29s)
Computing version for https://github.com/PerfectSideRepos/Perfect-ICONV.git
Computed https://github.com/PerfectSideRepos/Perfect-ICONV.git at 3.0.1 (1.32s)
Computing version for https://github.com/PerfectlySoft/Perfect-libSASL.git
Computed https://github.com/PerfectlySoft/Perfect-libSASL.git at 1.0.2 (0.50s)
Computing version for https://github.com/PerfectlySoft/Perfect-OpenLDAP.git
Computed https://github.com/PerfectlySoft/Perfect-OpenLDAP.git at 1.0.3 (0.48s)
Creating working copy for https://github.com/PerfectSideRepos/Perfect-ICONV.git
Working copy of https://github.com/PerfectSideRepos/Perfect-ICONV.git resolved at 3.0.1
Creating working copy for https://github.com/PerfectlySoft/Perfect-libSASL.git
Working copy of https://github.com/PerfectlySoft/Perfect-libSASL.git resolved at 1.0.2
Creating working copy for https://github.com/PerfectlySoft/Perfect-OpenLDAP.git
Working copy of https://github.com/PerfectlySoft/Perfect-OpenLDAP.git resolved at 1.0.3
warning: 'perfect-openldap': ignoring declared target(s) 'OpenLDAP' in the system package
warning: 'perfect-libsasl': ignoring declared target(s) 'SASL' in the system package
warning: 'spi-builder-workspace': dependency 'perfect-libsasl' is not used by any target
warning: 'spi-builder-workspace': dependency 'perfect-openldap' is not used by any target
Building for debugging...
[0/4] Write sources
[2/4] Compiling ICONVApiLinux ICONVApiLinux.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/6] Emitting module PerfectICONV
/host/spi-builder-workspace/.build/checkouts/Perfect-ICONV/Sources/PerfectICONV/PerfectICONV.swift:22:8: error: no such module 'ICONVApi'
20 | import ICONVApiLinux
21 | #else
22 | import ICONVApi
| `- error: no such module 'ICONVApi'
23 | #endif
24 |
[6/6] Compiling PerfectICONV PerfectICONV.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-ICONV/Sources/PerfectICONV/PerfectICONV.swift:22:8: error: no such module 'ICONVApi'
20 | import ICONVApiLinux
21 | #else
22 | import ICONVApi
| `- error: no such module 'ICONVApi'
23 | #endif
24 |
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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'perfect-openldap': ignoring declared target(s) 'OpenLDAP' in the system package
warning: 'perfect-libsasl': ignoring declared target(s) 'SASL' in the system package
warning: 'spi-builder-workspace': dependency 'perfect-libsasl' is not used by any target
warning: 'spi-builder-workspace': dependency 'perfect-openldap' is not used by any target
[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/3] Emitting module PerfectICONV
/host/spi-builder-workspace/.build/checkouts/Perfect-ICONV/Sources/PerfectICONV/PerfectICONV.swift:22:8: error: no such module 'ICONVApi'
20 | import ICONVApiLinux
21 | #else
22 | import ICONVApi
| `- error: no such module 'ICONVApi'
23 | #endif
24 |
[3/3] Compiling PerfectICONV PerfectICONV.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-ICONV/Sources/PerfectICONV/PerfectICONV.swift:22:8: error: no such module 'ICONVApi'
20 | import ICONVApiLinux
21 | #else
22 | import ICONVApi
| `- error: no such module 'ICONVApi'
23 | #endif
24 |
BUILD FAILURE 6.1 wasm