The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build PersistentKeyValueKit, reference 1.0.0 (2f459e), with Swift 6.1 for Wasm on 30 May 2025 02:58:41 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehughes/PersistentKeyValueKit.git
Reference: 1.0.0
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/kylehughes/PersistentKeyValueKit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 2f459e0 Initial commit
Cloned https://github.com/kylehughes/PersistentKeyValueKit.git
Revision (git rev-parse @):
2f459e001820c74bb271036dd6a821df0f629b4c
SUCCESS checkout https://github.com/kylehughes/PersistentKeyValueKit.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kylehughes/PersistentKeyValueKit.git
https://github.com/kylehughes/PersistentKeyValueKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PersistentKeyValueKit",
  "name" : "PersistentKeyValueKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "PersistentKeyValueKit",
      "targets" : [
        "PersistentKeyValueKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PersistentKeyValueKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PersistentKeyValueKitTests",
      "path" : "Tests/PersistentKeyValueKitTests",
      "sources" : [
        "Scaffolding/Custom Persistent Key-Value Representations/ReferenceProxyPersistentKeyValueRepresentation.swift",
        "Scaffolding/Custom Persistible Types/CustomPersistibleType+Codable.swift",
        "Scaffolding/Custom Persistible Types/CustomPersistibleType+Comprehensive.swift",
        "Scaffolding/Custom Persistible Types/CustomPersistibleType+LosslessStringConvertible.swift",
        "Scaffolding/Custom Persistible Types/CustomPersistibleType+Proxy.swift",
        "Scaffolding/Custom Persistible Types/CustomPersistibleType+RawRepresentable.swift",
        "Scaffolding/Custom Persistible Types/CustomPersistibleType.swift",
        "Scaffolding/Mocks/MockNSUbiquitousKeyValueStore.swift",
        "Tests/Key-Value Persistible/AbstractKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/AbstractPrimitiveKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Foundation/DataKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Foundation/DateKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Foundation/URLKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/ArrayOfPrimitivesKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/ArrayOfProxiesKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/BoolKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/DictionaryOfPrimitivesKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/DictionaryOfProxiesKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/DoubleKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/FloatKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/IntKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/OptionalKeyValuePersistibleTests.swift",
        "Tests/Key-Value Persistible/Extensions/Standard Library/StringKeyValuePersistibleTests.swift",
        "Tests/Persistent Key-Value Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentationTests.swift",
        "Tests/Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentationTests.swift",
        "Tests/Persistent Key-Value Store/AbstractPersistentKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/AbstractPersistentKeyValueStoreTypeTests.swift",
        "Tests/Persistent Key-Value Store/InMemoryPersistentKeyValueStore/InMemoryPersistentKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/AbstractNSUbiquitousKeyValueStoreTypeTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/NSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/CodableNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/LosslessStringConvertibleNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/ProxyNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/RawRepresentableNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Foundation/DataNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Foundation/URLNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/ArrayNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/BoolNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/DictionaryNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/DoubleNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/FloatNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/IntNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/OptionalNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/StringNSUbiquitousKeyValueStoreTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/AbstractUserDefaultsTypeTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/CodableUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/LosslessStringConvertibleUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/ProxyUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/RawRepresentableUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Foundation/DataUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Foundation/URLUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/ArrayUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/BoolUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/DictionaryUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/DoubleUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/FloatUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/IntUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/OptionalUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/StringUserDefaultsTests.swift",
        "Tests/Persistent Key-Value Store/UserDefaults/UserDefaultsTests.swift",
        "Tests/Persistent Key/AbstractPersistentKeyTests.swift",
        "Tests/Persistent Key/Implementations/PersistentDebugKeyTests.swift",
        "Tests/Persistent Key/Implementations/PersistentKeyTests.swift",
        "Tests/Persistent Key/PersistentKeyObserverTests.swift",
        "Tests/Persistent Key/PersistentKeyProtocolTests.swift",
        "Tests/Property Wrapper/DefaultPersistentKeyValueStoreViewModifierTests.swift",
        "Tests/Property Wrapper/PersistentValueTests.swift"
      ],
      "target_dependencies" : [
        "PersistentKeyValueKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PersistentKeyValueKit",
      "module_type" : "SwiftTarget",
      "name" : "PersistentKeyValueKit",
      "path" : "Sources/PersistentKeyValueKit",
      "product_memberships" : [
        "PersistentKeyValueKit"
      ],
      "sources" : [
        "Key-Value Persistible/Extension/Foundation/Data+KeyValuePersistible.swift",
        "Key-Value Persistible/Extension/Foundation/URL+KeyValuePersistible.swift",
        "Key-Value Persistible/Extension/Standard Library/Array<KeyValuePersistible>+KeyValuePersistible.swift",
        "Key-Value Persistible/Extension/Standard Library/Bool+KeyValuePersistible.swift",
        "Key-Value Persistible/Extension/Standard Library/Dictionary<String, KeyValuePersistible>+KeyValuePersistible.swift",
        "Key-Value Persistible/Extension/Standard Library/Double+KeyValuePersistible.swift",
        "Key-Value Persistible/Extension/Standard Library/Float+KeyValuePersistible.swift",
        "Key-Value Persistible/Extension/Standard Library/Int+KeyValuePersistible.swift",
        "Key-Value Persistible/Extension/Standard Library/Optional+KeyValuePersistible.swift",
        "Key-Value Persistible/Extension/Standard Library/String+KeyValuePersistible.swift",
        "Key-Value Persistible/KeyValuePersistible.swift",
        "Key-Value Persistible/PrimitiveKeyValuePersistible.swift",
        "Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift",
        "Persistent Key-Value Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift",
        "Persistent Key-Value Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift",
        "Persistent Key-Value Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift",
        "Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift",
        "Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift",
        "Persistent Key-Value Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift",
        "Persistent Key-Value Representation/PersistentKeyValueRepresentation.swift",
        "Persistent Key-Value Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift",
        "Persistent Key-Value Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift",
        "Persistent Key-Value Store/Implementations/InMemoryPersistentKeyValueStore.swift",
        "Persistent Key-Value Store/PersistentKeyValueStore.swift",
        "Persistent Key/PersistentDebugKey.swift",
        "Persistent Key/PersistentKey.swift",
        "Persistent Key/PersistentKeyProtocol.swift",
        "Property Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift",
        "Property Wrapper/PersistentKeyUIObservableObject.swift",
        "Property Wrapper/PersistentValue+EnvironmentValues.swift",
        "Property Wrapper/PersistentValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/31] Compiling PersistentKeyValueKit PersistentDebugKey.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[4/31] Compiling PersistentKeyValueKit PersistentKey.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[5/31] Compiling PersistentKeyValueKit PersistentKeyProtocol.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[6/31] Compiling PersistentKeyValueKit DefaultPersistentKeyValueStoreViewModifier.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[7/34] Compiling PersistentKeyValueKit Optional+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[8/34] Compiling PersistentKeyValueKit String+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[9/34] Compiling PersistentKeyValueKit KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[10/34] Compiling PersistentKeyValueKit PrimitiveKeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[11/34] Compiling PersistentKeyValueKit NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[12/34] Compiling PersistentKeyValueKit UserDefaults+PersistentKeyValueStore.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[13/34] Compiling PersistentKeyValueKit InMemoryPersistentKeyValueStore.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[14/34] Compiling PersistentKeyValueKit PersistentKeyValueStore.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[15/34] Compiling PersistentKeyValueKit CodablePersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[16/34] Compiling PersistentKeyValueKit LosslessStringConvertiblePersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[17/34] Compiling PersistentKeyValueKit OptionalPersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[18/34] Compiling PersistentKeyValueKit PrimitivePersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[19/34] Compiling PersistentKeyValueKit ProxyPersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[20/34] Compiling PersistentKeyValueKit ProxyPersistentKeyValueRepresentationProtocol.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[21/34] Compiling PersistentKeyValueKit RawRepresentablePersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[22/34] Compiling PersistentKeyValueKit PersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[23/34] Compiling PersistentKeyValueKit Dictionary<String, KeyValuePersistible>+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[24/34] Compiling PersistentKeyValueKit Double+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[25/34] Compiling PersistentKeyValueKit Float+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[26/34] Compiling PersistentKeyValueKit Int+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[27/34] Compiling PersistentKeyValueKit PersistentKeyUIObservableObject.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[28/34] Compiling PersistentKeyValueKit PersistentValue+EnvironmentValues.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[29/34] Compiling PersistentKeyValueKit PersistentValue.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/34] Emitting module PersistentKeyValueKit
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[31/34] Compiling PersistentKeyValueKit Data+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[32/34] Compiling PersistentKeyValueKit URL+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[33/34] Compiling PersistentKeyValueKit Array<KeyValuePersistible>+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[34/34] Compiling PersistentKeyValueKit Bool+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/30] Compiling PersistentKeyValueKit CodablePersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[3/30] Compiling PersistentKeyValueKit LosslessStringConvertiblePersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[4/30] Compiling PersistentKeyValueKit OptionalPersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[5/30] Compiling PersistentKeyValueKit PrimitivePersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[6/33] Compiling PersistentKeyValueKit Dictionary<String, KeyValuePersistible>+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[7/33] Compiling PersistentKeyValueKit Double+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[8/33] Compiling PersistentKeyValueKit Float+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[9/33] Compiling PersistentKeyValueKit Int+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[10/33] Compiling PersistentKeyValueKit Data+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[11/33] Compiling PersistentKeyValueKit URL+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[12/33] Compiling PersistentKeyValueKit Array<KeyValuePersistible>+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[13/33] Compiling PersistentKeyValueKit Bool+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[14/33] Compiling PersistentKeyValueKit Optional+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[15/33] Compiling PersistentKeyValueKit String+KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[16/33] Compiling PersistentKeyValueKit KeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[17/33] Compiling PersistentKeyValueKit PrimitiveKeyValuePersistible.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[18/33] Compiling PersistentKeyValueKit PersistentDebugKey.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[19/33] Compiling PersistentKeyValueKit PersistentKey.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[20/33] Compiling PersistentKeyValueKit PersistentKeyProtocol.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[21/33] Compiling PersistentKeyValueKit DefaultPersistentKeyValueStoreViewModifier.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[22/33] Compiling PersistentKeyValueKit NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[23/33] Compiling PersistentKeyValueKit UserDefaults+PersistentKeyValueStore.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[24/33] Compiling PersistentKeyValueKit InMemoryPersistentKeyValueStore.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[25/33] Compiling PersistentKeyValueKit PersistentKeyValueStore.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[26/33] Compiling PersistentKeyValueKit ProxyPersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[27/33] Compiling PersistentKeyValueKit ProxyPersistentKeyValueRepresentationProtocol.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[28/33] Compiling PersistentKeyValueKit RawRepresentablePersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[29/33] Compiling PersistentKeyValueKit PersistentKeyValueRepresentation.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/33] Emitting module PersistentKeyValueKit
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[31/33] Compiling PersistentKeyValueKit PersistentKeyUIObservableObject.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[32/33] Compiling PersistentKeyValueKit PersistentValue+EnvironmentValues.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
[33/33] Compiling PersistentKeyValueKit PersistentValue.swift
/host/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import Foundation
10 |
BUILD FAILURE 6.1 wasm