The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LLVS, reference main (92fe81), with Swift 6.3 for Wasm on 13 Apr 2026 16:40:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mentalfaculty/LLVS.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/mentalfaculty/LLVS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92fe81b Update CLAUDE.md for LLVSModel, smart merge, and async exchanges
Cloned https://github.com/mentalfaculty/LLVS.git
Revision (git rev-parse @):
92fe81b57dc5552110bafcfe63a37fce51c3ad28
SUCCESS checkout https://github.com/mentalfaculty/LLVS.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mentalfaculty/LLVS.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/pCloud/pcloud-sdk-swift.git
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/box/box-ios-sdk.git
[1/3453] Fetching pcloud-sdk-swift
[485/9416] Fetching pcloud-sdk-swift, zipfoundation
[2548/43689] Fetching pcloud-sdk-swift, zipfoundation, box-ios-sdk
[13873/118661] Fetching pcloud-sdk-swift, zipfoundation, box-ios-sdk, swift-syntax
Fetched https://github.com/pCloud/pcloud-sdk-swift.git from cache (0.83s)
[13418/115208] Fetching zipfoundation, box-ios-sdk, swift-syntax
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.86s)
[8205/109245] Fetching box-ios-sdk, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.51s)
[20907/34273] Fetching box-ios-sdk
Fetched https://github.com/box/box-ios-sdk.git from cache (13.69s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (16.11s)
Computing version for https://github.com/pCloud/pcloud-sdk-swift.git
Computed https://github.com/pCloud/pcloud-sdk-swift.git at 3.2.3 (0.44s)
Computing version for https://github.com/box/box-ios-sdk.git
Computed https://github.com/box/box-ios-sdk.git at 10.6.0 (0.49s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (0.42s)
Creating working copy for https://github.com/box/box-ios-sdk.git
Working copy of https://github.com/box/box-ios-sdk.git resolved at 10.6.0
Creating working copy for https://github.com/pCloud/pcloud-sdk-swift.git
Working copy of https://github.com/pCloud/pcloud-sdk-swift.git resolved at 3.2.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
warning: 'box-ios-sdk': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Info.plist
Building for debugging...
[0/48] Write sources
[6/48] Compiling _SwiftSyntaxCShims dummy.c
[7/48] Write sources
[27/48] Copying PrivacyInfo.xcprivacy
[28/48] Write sources
[29/48] Write swift-version-24593BA9C3E375BF.txt
[29/48] Write sources
[32/107] Emitting module SwiftSyntax510
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/107] Emitting module PCloudSDKSwift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/111] Emitting module ZIPFoundation
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[35/113] Compiling SwiftSyntax510 Empty.swift
[36/114] Compiling SwiftSyntax600 Empty.swift
[37/114] Emitting module SwiftSyntax600
[39/115] Emitting module SwiftSyntax509
[40/115] Compiling SwiftSyntax509 Empty.swift
[42/116] Wrapping AST for SwiftSyntax510 for debugging
[43/116] Wrapping AST for SwiftSyntax509 for debugging
[44/116] Wrapping AST for SwiftSyntax600 for debugging
[46/356] Compiling BoxSdkGen BoxCCGAuth.swift
[47/356] Compiling BoxSdkGen CCGConfig.swift
[48/356] Compiling BoxSdkGen BoxDeveloperTokenAuth.swift
[49/356] Compiling BoxSdkGen DeveloperTokenConfig.swift
[50/356] Compiling BoxSdkGen BoxAPIError.swift
[51/356] Compiling BoxSdkGen BoxNetworkError.swift
[52/356] Compiling BoxSdkGen BoxSDKError.swift
[53/356] Compiling BoxSdkGen RequestInfo.swift
[54/356] Compiling BoxSdkGen ResponseInfo.swift
[55/364] Compiling BoxSdkGen BoxClient.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[56/364] Compiling BoxSdkGen ArrayInputStream.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[57/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyFieldsTypeField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[58/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyScopeField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[59/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyTemplateKeyField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[60/364] Compiling BoxSdkGen GetClassificationTemplateHeaders.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[69/364] Compiling BoxSdkGen CodableTriState.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[70/364] Compiling BoxSdkGen Data+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[71/364] Compiling BoxSdkGen MemoryInputStream.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[72/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyDisplayNameField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[73/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyFieldsDisplayNameField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[74/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyFieldsField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[75/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyFieldsKeyField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[76/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyFieldsOptionsField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[77/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyFieldsOptionsStaticConfigClassificationField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[78/364] Compiling BoxSdkGen CreateClassificationTemplateRequestBodyFieldsOptionsStaticConfigField.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[80/364] Compiling BoxSdkGen DateFormatter+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[81/364] Compiling BoxSdkGen Hash.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[82/364] Compiling BoxSdkGen DataSanitizer.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[90/364] Compiling BoxSdkGen InMemoryTokenStorage.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[91/364] Compiling BoxSdkGen KeychainTokenStorage.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[92/364] Compiling BoxSdkGen BoxOAuth+LoginFlow.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[93/364] Compiling BoxSdkGen BoxOAuth.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[94/364] Compiling BoxSdkGen BoxOAuthWebAuthentication.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[95/364] Compiling BoxSdkGen GetAuthorizeUrlOptions.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[96/364] Compiling BoxSdkGen OAuthConfig.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[97/364] Compiling BoxSdkGen TokenStorage.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:32:74: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 30 |     ///   - timeoutConfig: Timeout configuration in milliseconds.
 31 |     public init(
 32 |         configuration: URLSessionConfiguration = URLSessionConfiguration.default,
    |                                                                          `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 33 |         timeoutConfig: TimeoutConfig? = nil
 34 |     ) {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
BUILD FAILURE 6.3 wasm