The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Dewdrop, reference main (f28b14), with Swift 6.2 for Wasm on 24 Jun 2025 04:50:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Fleuronic/Dewdrop.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/Fleuronic/Dewdrop
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f28b143 Update API
Submodule path 'Submodules/DewdropAPI': checked out 'b5fe7a16106a0f7033ec76c5096ef666a7e4dc86'
Submodule path 'Submodules/DewdropDatabase': checked out 'ad19c0b4faf0f31521d15688e60de94b55546fd9'
Submodule path 'Submodules/DewdropService': checked out 'b84a7c83317d0dc30bee4bb31cde680bfd981e62'
Submodule 'DewdropAPI' (https://github.com/Fleuronic/DewdropAPI) registered for path 'Submodules/DewdropAPI'
Submodule 'DewdropDatabase' (https://github.com/Fleuronic/DewdropDatabase) registered for path 'Submodules/DewdropDatabase'
Submodule 'DewdropService' (https://github.com/Fleuronic/DewdropService) registered for path 'Submodules/DewdropService'
Cloning into '/host/spi-builder-workspace/Submodules/DewdropAPI'...
Cloning into '/host/spi-builder-workspace/Submodules/DewdropDatabase'...
Cloning into '/host/spi-builder-workspace/Submodules/DewdropService'...
Cloned https://github.com/Fleuronic/Dewdrop.git
Revision (git rev-parse @):
f28b14379c4ae1ea3e78748e789fb1b588140885
SUCCESS checkout https://github.com/Fleuronic/Dewdrop.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Fleuronic/Dewdrop.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/gohanlon/swift-memberwise-init-macro
Fetching https://github.com/dm-zharov/swift-security
[1/1312] Fetching swift-security
[1313/2033] Fetching swift-security, swift-memberwise-init-macro
Fetched https://github.com/dm-zharov/swift-security from cache (0.32s)
Fetched https://github.com/gohanlon/swift-memberwise-init-macro from cache (0.34s)
Computing version for https://github.com/gohanlon/swift-memberwise-init-macro
Computed https://github.com/gohanlon/swift-memberwise-init-macro at 0.5.2 (4.78s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70927] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.79s)
Computing version for https://github.com/dm-zharov/swift-security
Computed https://github.com/dm-zharov/swift-security at 2.4.0 (8.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.95s)
Creating working copy for https://github.com/dm-zharov/swift-security
Working copy of https://github.com/dm-zharov/swift-security resolved at 2.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/gohanlon/swift-memberwise-init-macro
Working copy of https://github.com/gohanlon/swift-memberwise-init-macro resolved at 0.5.2
Building for debugging...
[0/37] Write sources
[18/37] Compiling _SwiftSyntaxCShims dummy.c
[19/37] Write swift-version-24593BA9C3E375BF.txt
[21/44] Emitting module SwiftSyntax600
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/72] Emitting module SwiftSecurity
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[23/75] Compiling SwiftSecurity SecValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[24/75] Compiling SwiftSecurity AccessPolicy.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[25/75] Compiling SwiftSecurity AuthenticationType.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[26/75] Compiling SwiftSecurity KeyClass.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[27/75] Compiling SwiftSecurity AccessGroup.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[28/75] Compiling SwiftSecurity Keychain.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[29/75] Compiling SwiftSecurity SecImportItemKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[30/75] Compiling SwiftSecurity SecItem.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[31/75] Compiling SwiftSecurity SecItemAttrKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[32/75] Compiling SwiftSecurity SecItemClass.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[33/75] Compiling SwiftSecurity SecItemSearchKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[34/75] Compiling SwiftSecurity SecReturnType.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[35/75] Compiling SwiftSecurity SecCertificateConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[36/75] Compiling SwiftSecurity SecDataConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[37/75] Compiling SwiftSecurity SecIdentityConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[38/75] Compiling SwiftSecurity SecKeyConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[39/75] Compiling SwiftSecurity Certificate.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[40/75] Compiling SwiftSecurity DigitalIdentity.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[41/75] Compiling SwiftSecurity PKCS12.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[42/75] Compiling SwiftSecurity WebProtectionSpace.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[43/75] Compiling SwiftSecurity KeyType.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[44/75] Compiling SwiftSecurity ProtocolType.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[45/75] Compiling SwiftSecurity TokenID.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[46/75] Compiling SwiftSecurity SecImportItemInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[47/75] Compiling SwiftSecurity SecItemInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[48/75] Compiling SwiftSecurity SecItemQuery.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[49/75] Compiling SwiftSecurity SecItemStore.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[50/75] Compiling SwiftSecurity SecureRandomDataGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[51/75] Compiling SwiftSecurity SharedWebCredential.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[52/75] Compiling SwiftSecurity SwiftSecurityError.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[53/75] Compiling SwiftSecurity Credential.swift
/host/spi-builder-workspace/.build/checkouts/swift-security/Sources/SwiftSecurity/CryptoKit/SecCertificateConvertible.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import Security
10 |
[54/75] Emitting module SwiftSyntax509
[55/75] Emitting module SwiftSyntax510
BUILD FAILURE 6.2 wasm