Build Information
Failed to build Bagbutik, reference 20.2.1 (66ca5c), with Swift 6.1 for Wasm on 21 Apr 2026 23:52:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 --target Bagbutik-Core 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MortenGregersen/Bagbutik.git
Reference: 20.2.1
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/MortenGregersen/Bagbutik
* tag 20.2.1 -> FETCH_HEAD
HEAD is now at 66ca5cf Add `see` property to ErrorLinks (#291)
Cloned https://github.com/MortenGregersen/Bagbutik.git
Revision (git rev-parse @):
66ca5cfd5f9a82f8cec2e5a0ae26f1274ee35e4c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MortenGregersen/Bagbutik.git at 20.2.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/MortenGregersen/Bagbutik.git
https://github.com/MortenGregersen/Bagbutik.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 --target Bagbutik-Core -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:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-crypto
[1/17447] Fetching swift-argument-parser
[7329/34883] Fetching swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-argument-parser from cache (2.15s)
Fetched https://github.com/apple/swift-crypto from cache (2.22s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.85s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (4.35s)
Fetching https://github.com/apple/swift-asn1.git
[1/1803] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (3.22s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/38] Emitting module Bagbutik_Core
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[4/43] Compiling Bagbutik_Core AnyCodingKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[5/43] Compiling Bagbutik_Core Clearable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[6/43] Compiling Bagbutik_Core Platform+PrettyName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[7/43] Compiling Bagbutik_Core Array+String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[8/43] Compiling Bagbutik_Core Data+Base64UrlSafe.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[9/43] Compiling Bagbutik_Core IntegerRange.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[10/43] Compiling Bagbutik_Core JsonPointer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[11/43] Compiling Bagbutik_Core Location.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[12/43] Compiling Bagbutik_Core PagedDocumentLinks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[13/43] Compiling Bagbutik_Core PagingInformation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[14/43] Compiling Bagbutik_Core Data+Gzip.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[15/43] Compiling Bagbutik_Core ChecksumAlgorithm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[16/43] Compiling Bagbutik_Core Checksums.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[17/43] Compiling Bagbutik_Core Csv.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[18/43] Compiling Bagbutik_Core DocumentLinks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[19/43] Compiling Bagbutik_Core HTTPMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[20/43] Compiling Bagbutik_Core JWT.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[21/43] Compiling Bagbutik_Core Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[22/43] Compiling Bagbutik_Core RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[23/43] Compiling Bagbutik_Core BinaryResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[24/43] Compiling Bagbutik_Core UploadOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[25/43] Compiling Bagbutik_Core EndpointParameter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[26/43] Compiling Bagbutik_Core Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[27/43] Compiling Bagbutik_Core NullCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[28/43] Compiling Bagbutik_Core BagbutikService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[29/43] Compiling Bagbutik_Core ErrorLinks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[30/43] Compiling Bagbutik_Core ErrorResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[31/43] Compiling Bagbutik_Core FileLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[32/43] Compiling Bagbutik_Core Gzip.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[33/43] Compiling Bagbutik_Core HttpHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[34/43] Compiling Bagbutik_Core Parameter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[35/43] Compiling Bagbutik_Core Platform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[36/43] Compiling Bagbutik_Core RelationshipLinks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[37/43] Compiling Bagbutik_Core ResourceLinks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[38/43] Compiling Bagbutik_Core StateDetail.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[39/43] Compiling Bagbutik_Core EmptyResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[40/43] Compiling Bagbutik_Core PagedResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[41/43] Compiling Bagbutik_Core PlainTextResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[42/43] Compiling Bagbutik_Core ServiceError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[43/43] Compiling Bagbutik_Core URLRequest+JWT.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 --target Bagbutik-Core 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/37] Emitting module Bagbutik_Core
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[3/37] Compiling Bagbutik_Core AnyCodingKey.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[4/37] Compiling Bagbutik_Core Clearable.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[5/37] Compiling Bagbutik_Core Platform+PrettyName.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[6/37] Compiling Bagbutik_Core Array+String.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[7/37] Compiling Bagbutik_Core Data+Base64UrlSafe.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[8/42] Compiling Bagbutik_Core UploadOperation.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[9/42] Compiling Bagbutik_Core EndpointParameter.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[10/42] Compiling Bagbutik_Core Parameters.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[11/42] Compiling Bagbutik_Core NullCodable.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[12/42] Compiling Bagbutik_Core BagbutikService.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[13/42] Compiling Bagbutik_Core Parameter.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[14/42] Compiling Bagbutik_Core Platform.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[15/42] Compiling Bagbutik_Core RelationshipLinks.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[16/42] Compiling Bagbutik_Core ResourceLinks.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[17/42] Compiling Bagbutik_Core StateDetail.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[18/42] Compiling Bagbutik_Core IntegerRange.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[19/42] Compiling Bagbutik_Core JsonPointer.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[20/42] Compiling Bagbutik_Core Location.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[21/42] Compiling Bagbutik_Core PagedDocumentLinks.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[22/42] Compiling Bagbutik_Core PagingInformation.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[23/42] Compiling Bagbutik_Core HTTPMethod.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[24/42] Compiling Bagbutik_Core JWT.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[25/42] Compiling Bagbutik_Core Request.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[26/42] Compiling Bagbutik_Core RequestBody.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[27/42] Compiling Bagbutik_Core BinaryResponse.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[28/42] Compiling Bagbutik_Core EmptyResponse.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[29/42] Compiling Bagbutik_Core PagedResponse.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[30/42] Compiling Bagbutik_Core PlainTextResponse.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[31/42] Compiling Bagbutik_Core ServiceError.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[32/42] Compiling Bagbutik_Core URLRequest+JWT.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[33/42] Compiling Bagbutik_Core ErrorLinks.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[34/42] Compiling Bagbutik_Core ErrorResponse.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[35/42] Compiling Bagbutik_Core FileLocation.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[36/42] Compiling Bagbutik_Core Gzip.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[37/42] Compiling Bagbutik_Core HttpHeader.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[38/42] Compiling Bagbutik_Core Data+Gzip.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[39/42] Compiling Bagbutik_Core ChecksumAlgorithm.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[40/42] Compiling Bagbutik_Core Checksums.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[41/42] Compiling Bagbutik_Core Csv.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
[42/42] Compiling Bagbutik_Core DocumentLinks.swift
/host/spi-builder-workspace/Sources/Bagbutik-Core/Internal/Data+Gzip.swift:5:8: error: no such module 'zlib'
3 | import zlibLinux
4 | #else
5 | import zlib
| `- error: no such module 'zlib'
6 | #endif
7 |
BUILD FAILURE 6.1 wasm