Build Information
Failed to build swift-prefs, reference 2.0.0 (658ad3), with Swift 6.1 for Wasm on 29 Nov 2025 07:55:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-prefs.git
Reference: 2.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/orchetect/swift-prefs
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 658ad3c Renamed repository to swift-prefs
Cloned https://github.com/orchetect/swift-prefs.git
Revision (git rev-parse @):
658ad3c76d92ac457a195fa60c82d8e7c771b3fe
SUCCESS checkout https://github.com/orchetect/swift-prefs.git at 2.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/orchetect/swift-prefs.git
https://github.com/orchetect/swift-prefs.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "99999999.999.999"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "swift-prefs",
"name" : "swift-prefs",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftPrefs",
"targets" : [
"SwiftPrefs"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPrefsCore",
"targets" : [
"SwiftPrefsCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPrefsUI",
"targets" : [
"SwiftPrefsUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPrefsMacrosImplementation",
"targets" : [
"SwiftPrefsMacrosImplementation"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftPrefsUI",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsUI",
"path" : "Sources/SwiftPrefsUI",
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsUI"
],
"sources" : [
"MultiplatformSection.swift",
"SectionFooterView.swift",
"SwiftPrefsUI.swift",
"SystemSettings/SystemSettings Panel.swift",
"SystemSettings/SystemSettings.swift"
],
"target_dependencies" : [
"SwiftPrefsCore"
],
"type" : "library"
},
{
"c99name" : "SwiftPrefsTypesTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsTypesTests",
"path" : "Tests/SwiftPrefsTypesTests",
"sources" : [
"PrefsStorage Traits/PrefsStorageExportableTests.swift",
"PrefsStorage Traits/PrefsStorageImportableLoadTests.swift",
"PrefsStorage Traits/PrefsStorageImportableTests.swift",
"PrefsStorage Traits/PrefsStorageInitializableTests.swift",
"PrefsStorage/PrefsStorage+Static Tests.swift",
"PrefsStorage/PrefsStorageArrayTests.swift",
"PrefsStorage/PrefsStorageDictionaryTests.swift",
"TestContent/TestContent Basic.swift",
"TestContent/TestContent.swift"
],
"target_dependencies" : [
"SwiftPrefsTypes"
],
"type" : "test"
},
{
"c99name" : "SwiftPrefsTypes",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsTypes",
"path" : "Sources/SwiftPrefsTypes",
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsCore",
"SwiftPrefsUI"
],
"sources" : [
"PrefsCodable Prototypes/AtomicPrefsCoding.swift",
"PrefsCodable Prototypes/CodableArrayPrefsCoding.swift",
"PrefsCodable Prototypes/CodableDictionaryPrefsCoding.swift",
"PrefsCodable Prototypes/CodablePrefsCoding.swift",
"PrefsCodable Prototypes/JSONDataCodablePrefsCoding.swift",
"PrefsCodable Prototypes/JSONStringCodablePrefsCoding.swift",
"PrefsCodable Prototypes/PrefsCoding.swift",
"PrefsCodable Prototypes/PrefsCodingTuple.swift",
"PrefsCodable Prototypes/RawRepresentableArrayPrefsCoding.swift",
"PrefsCodable Prototypes/RawRepresentableDictionaryPrefsCoding.swift",
"PrefsCodable Prototypes/RawRepresentablePrefsCoding.swift",
"PrefsCodable Strategies/Base64StringDataPrefsCoding.swift",
"PrefsCodable Strategies/BoolIntegerPrefsCoding.swift",
"PrefsCodable Strategies/BoolStringPrefsCoding.swift",
"PrefsCodable Strategies/CompressedDataPrefsCoding.swift",
"PrefsCodable Strategies/ISO8601StringDatePrefsCoding.swift",
"PrefsCodable Strategies/IntegerPrefsCoding.swift",
"PrefsCodable Strategies/IntegerStringPrefsCoding.swift",
"PrefsCodable Strategies/URLStringPrefsCoding.swift",
"PrefsCodable/Atomic/AtomicPrefsCodable.swift",
"PrefsCodable/Codable/CodablePrefsCodable.swift",
"PrefsCodable/Codable/JSON/JSONDataCodablePrefsCodable.swift",
"PrefsCodable/Codable/JSON/JSONStringCodablePrefsCodable.swift",
"PrefsCodable/PrefsCodable.swift",
"PrefsCodable/RawRepresentable/PrefsCodable+RawRepresentable.swift",
"PrefsCodable/RawRepresentable/RawRepresentablePrefsCodable.swift",
"PrefsKey Prototypes/PrefsKey Prototypes.swift",
"PrefsKey/DefaultedPrefsKey.swift",
"PrefsKey/PrefsKey.swift",
"PrefsSchema/AnyPrefsSchema.swift",
"PrefsSchema/PrefsSchema.swift",
"PrefsSchema/PropertyWrappers/PrefsStorageModeWrapper.swift",
"PrefsSchema/PropertyWrappers/PrefsStorageWrapper.swift",
"PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageExportable.swift",
"PrefsStorage Prototypes/AnyPrefsStorage+PrefsStorageImportable.swift",
"PrefsStorage Prototypes/AnyPrefsStorage.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageExportable.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageImportable.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage+PrefsStorageInitializable.swift",
"PrefsStorage Prototypes/DictionaryPrefsStorage.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageExportable.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage+PrefsStorageImportable.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage+Utilities.swift",
"PrefsStorage Prototypes/UserDefaultsPrefsStorage.swift",
"PrefsStorage Traits Prototypes/JSON/JSON Utilities.swift",
"PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageExportFormat.swift",
"PrefsStorage Traits Prototypes/JSON/JSONPrefsStorageImportFormat.swift",
"PrefsStorage Traits Prototypes/PList/PList Utilities.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportFormat.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageExportStrategy.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportFormat.swift",
"PrefsStorage Traits Prototypes/PList/PListPrefsStorageImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportFormat/PrefsStorageExportFormat.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageExportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStorageMappingExportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportStrategy/PrefsStoragePassthroughExportStrategy.swift",
"PrefsStorage Traits/PrefsStorageExportable/PrefsStorageExportable.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportFormat/PrefsStorageImportFormat.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageMappingImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStoragePassthroughImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportStrategy/PrefsStorageTypedImportStrategy.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageImportable.swift",
"PrefsStorage Traits/PrefsStorageImportable/PrefsStorageUpdateStrategy.swift",
"PrefsStorage Traits/PrefsStorageInitializable/PrefsStorageInitializable.swift",
"PrefsStorage/PrefsStorage+DefaultedPrefsKey.swift",
"PrefsStorage/PrefsStorage+PrefsCodable.swift",
"PrefsStorage/PrefsStorage+PrefsKey.swift",
"PrefsStorage/PrefsStorage+Static.swift",
"PrefsStorage/PrefsStorage.swift",
"PrefsStorage/PrefsStorageError.swift",
"PrefsStorage/PrefsStorageMode.swift",
"PrefsStorageValue/PrefsStorageValue Types.swift",
"PrefsStorageValue/PrefsStorageValue.swift",
"Utilities/Concurrency.swift",
"Utilities/NSNumber.swift",
"Utilities/Outsourced/UserDefaults Outsourced.swift",
"Utilities/UserDefaults.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftPrefsMacrosImplementation",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsMacrosImplementation",
"path" : "Sources/SwiftPrefsMacrosImplementation",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntax",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsCore",
"SwiftPrefsUI",
"SwiftPrefsMacrosImplementation"
],
"sources" : [
"PrefMacro/AtomicPrefMacro.swift",
"PrefMacro/CodingPrefMacro.swift",
"PrefMacro/InlinePrefMacro.swift",
"PrefMacro/JSONDataCodablePrefMacro.swift",
"PrefMacro/JSONStringCodablePrefMacro.swift",
"PrefMacro/PrefMacro.swift",
"PrefMacro/PrefMacroError.swift",
"PrefMacro/RawRepresentablePrefMacro.swift",
"PrefsSchemaMacro/PrefsSchemaMacro.swift",
"PrefsSchemaMacro/PrefsSchemaMacroError.swift",
"RawPrefMacro/RawPrefMacro.swift",
"Support/Internal Types.swift",
"Support/PrefMacroUtils.swift",
"SwiftPrefsMacrosPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftPrefsCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsCoreTests",
"path" : "Tests/SwiftPrefsCoreTests",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ActorTests.swift",
"ChainingEncodingStrategiesTests.swift",
"CodableArrayTests.swift",
"CodableDictionaryTests.swift",
"CustomEncodingTests.swift",
"MacroTests.swift",
"PrefsCodable Strategies/Base64StringDataPrefsCodingTests.swift",
"PrefsCodable Strategies/BoolIntegerPrefCodingTests.swift",
"PrefsCodable Strategies/BoolStringPrefsCodingTests.swift",
"PrefsCodable Strategies/CompressedDataPrefsCodingTests.swift",
"PrefsCodable Strategies/ISO8601StringDatePrefsCodingTests.swift",
"PrefsCodable Strategies/IntegerPrefsCodingTests.swift",
"PrefsCodable Strategies/IntegerStringPrefsCodingTests.swift",
"PrefsCodable Strategies/URLStringPrefsCodingTests.swift",
"PrefsSchemaPrefsStorageTests.swift",
"RawPrefsKeyTests.swift",
"RawRepresentableArrayTests.swift",
"RawRepresentableDictionaryTests.swift",
"UserDefaultsPrefsSchemaTests.swift"
],
"target_dependencies" : [
"SwiftPrefsCore",
"SwiftPrefsMacrosImplementation"
],
"type" : "test"
},
{
"c99name" : "SwiftPrefsCore",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefsCore",
"path" : "Sources/SwiftPrefsCore",
"product_memberships" : [
"SwiftPrefs",
"SwiftPrefsCore",
"SwiftPrefsUI"
],
"sources" : [
"Macro Declarations.swift",
"SwiftPrefsCore.swift"
],
"target_dependencies" : [
"SwiftPrefsTypes",
"SwiftPrefsMacrosImplementation"
],
"type" : "library"
},
{
"c99name" : "SwiftPrefs",
"module_type" : "SwiftTarget",
"name" : "SwiftPrefs",
"path" : "Sources/SwiftPrefs",
"product_memberships" : [
"SwiftPrefs"
],
"sources" : [
"SwiftPrefs.swift"
],
"target_dependencies" : [
"SwiftPrefsCore",
"SwiftPrefsUI"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/72984] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.30s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.62s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Building for debugging...
[0/44] Write sources
[23/44] Compiling _SwiftSyntaxCShims PlatformMutex.c
[24/44] Write swift-version-24593BA9C3E375BF.txt
[26/194] Emitting module SwiftSyntax600
[27/194] Emitting module SwiftSyntax510
[28/194] Compiling SwiftSyntax510 Empty.swift
[29/195] Emitting module SwiftSyntax602
[30/195] Compiling SwiftSyntax602 Empty.swift
[31/196] Compiling SwiftSyntax509 Empty.swift
[32/196] Emitting module SwiftSyntax509
[34/197] Compiling SwiftSyntax600 Empty.swift
[35/197] Emitting module SwiftSyntax601
[36/197] Compiling SwiftSyntax601 Empty.swift
[40/199] Wrapping AST for SwiftSyntax510 for debugging
[41/199] Wrapping AST for SwiftSyntax602 for debugging
[42/199] Wrapping AST for SwiftSyntax509 for debugging
[43/199] Wrapping AST for SwiftSyntax600 for debugging
[44/199] Wrapping AST for SwiftSyntax601 for debugging
[46/262] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[47/262] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[48/262] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[49/262] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[50/262] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[51/262] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[52/262] Compiling SwiftSyntax CustomTraits.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[53/262] Compiling SwiftSyntax EditorPlaceholder.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[54/262] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[55/262] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[56/271] Compiling SwiftSyntax SyntaxAnyVisitor.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[57/271] Compiling SwiftSyntax SyntaxBaseNodes.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[58/271] Compiling SwiftSyntax SyntaxCollections.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[59/271] Compiling SwiftSyntax SyntaxEnum.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[60/271] Compiling SwiftSyntax SyntaxKind.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[61/271] Compiling SwiftSyntax SyntaxRewriter.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[62/271] Compiling SwiftSyntax SyntaxTraits.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[63/271] Compiling SwiftSyntax SyntaxVisitor.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[64/271] Compiling SwiftSyntax TokenKind.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[65/271] Compiling SwiftSyntax Tokens.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[66/271] Compiling SwiftSyntax TriviaPieces.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[67/271] Compiling SwiftSyntax RawSyntaxNodesAB.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[68/271] Compiling SwiftSyntax RawSyntaxNodesC.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[69/271] Compiling SwiftSyntax RawSyntaxNodesD.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[70/271] Compiling SwiftSyntax RawSyntaxNodesEF.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[71/271] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[72/271] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[73/271] Compiling SwiftSyntax RawSyntaxNodesOP.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[74/271] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[75/271] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[76/271] Compiling SwiftSyntax RawSyntaxValidation.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[77/271] Compiling SwiftSyntax SyntaxNodesAB.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[78/271] Compiling SwiftPrefsTypes PrefsStorageImportable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[79/271] Compiling SwiftPrefsTypes PrefsStorageUpdateStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[80/271] Compiling SwiftPrefsTypes PrefsStorageInitializable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[81/271] Compiling SwiftPrefsTypes PrefsStorage+DefaultedPrefsKey.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[82/271] Compiling SwiftPrefsTypes PrefsStorage+PrefsCodable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[83/271] Compiling SwiftPrefsTypes PrefsStorage+PrefsKey.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[84/271] Compiling SwiftPrefsTypes PrefsStorage+Static.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[85/271] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[86/271] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[87/271] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[88/271] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[89/271] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[90/271] Compiling SwiftSyntax SyntaxHashable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[91/271] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[92/271] Compiling SwiftSyntax SyntaxNodeStructure.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[93/271] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[94/271] Compiling SwiftSyntax SyntaxText.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[95/271] Compiling SwiftSyntax SyntaxTreeViewMode.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[96/271] Compiling SwiftSyntax TokenDiagnostic.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[97/271] Compiling SwiftSyntax TokenSequence.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[98/271] Compiling SwiftSyntax TokenSyntax.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[99/271] Compiling SwiftSyntax Trivia.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[100/271] Compiling SwiftSyntax Utils.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[101/271] Compiling SwiftSyntax ChildNameForKeyPath.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[102/271] Compiling SwiftSyntax Keyword.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[103/271] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[104/271] Compiling SwiftSyntax RenamedNodesCompatibility.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/271] Emitting module SwiftPrefsTypes
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[106/271] Compiling SwiftSyntax Identifier.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[107/271] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[108/271] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[109/271] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[110/271] Compiling SwiftSyntax RawSyntaxArena.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[111/271] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[112/271] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[113/271] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[114/271] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[115/271] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[116/271] Compiling SwiftPrefsTypes PrefsStorage.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[117/271] Compiling SwiftPrefsTypes PrefsStorageError.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[118/271] Compiling SwiftPrefsTypes PrefsStorageMode.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[119/271] Compiling SwiftPrefsTypes PrefsStorageValue Types.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[120/271] Compiling SwiftPrefsTypes PrefsStorageValue.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[121/271] Compiling SwiftPrefsTypes Concurrency.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[122/271] Compiling SwiftPrefsTypes NSNumber.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[123/271] Compiling SwiftPrefsTypes UserDefaults Outsourced.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[124/271] Compiling SwiftPrefsTypes UserDefaults.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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/20] Write swift-version-24593BA9C3E375BF.txt
[2/163] Compiling SwiftSyntax510 Empty.swift
[3/164] Emitting module SwiftSyntax510
[4/170] Compiling SwiftSyntax602 Empty.swift
[5/171] Emitting module SwiftSyntax601
[6/171] Compiling SwiftSyntax601 Empty.swift
[7/171] Emitting module SwiftSyntax509
[8/171] Compiling SwiftSyntax509 Empty.swift
[10/172] Compiling SwiftSyntax600 Empty.swift
[11/172] Emitting module SwiftSyntax600
[13/172] Emitting module SwiftSyntax602
[17/170] Compiling SwiftPrefsTypes RawRepresentablePrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[18/170] Compiling SwiftPrefsTypes Base64StringDataPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[19/170] Compiling SwiftPrefsTypes BoolIntegerPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[20/170] Compiling SwiftPrefsTypes BoolStringPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[21/170] Compiling SwiftPrefsTypes CompressedDataPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[22/170] Compiling SwiftPrefsTypes ISO8601StringDatePrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[23/170] Compiling SwiftPrefsTypes IntegerPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[24/170] Compiling SwiftPrefsTypes IntegerStringPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[25/170] Compiling SwiftPrefsTypes URLStringPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[26/170] Compiling SwiftPrefsTypes AtomicPrefsCodable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[27/179] Compiling SwiftPrefsTypes CodablePrefsCodable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[28/179] Compiling SwiftPrefsTypes JSONDataCodablePrefsCodable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[29/179] Compiling SwiftPrefsTypes JSONStringCodablePrefsCodable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[30/179] Compiling SwiftPrefsTypes PrefsCodable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[31/179] Compiling SwiftPrefsTypes PrefsCodable+RawRepresentable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[32/179] Compiling SwiftPrefsTypes RawRepresentablePrefsCodable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[33/179] Compiling SwiftPrefsTypes PrefsKey Prototypes.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[34/179] Compiling SwiftPrefsTypes DefaultedPrefsKey.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[35/179] Compiling SwiftPrefsTypes PrefsKey.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[36/179] Compiling SwiftPrefsTypes AnyPrefsSchema.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[37/179] Compiling SwiftPrefsTypes RawRepresentablePrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[38/179] Compiling SwiftPrefsTypes Base64StringDataPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[39/179] Compiling SwiftPrefsTypes BoolIntegerPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[40/179] Compiling SwiftPrefsTypes BoolStringPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[41/179] Compiling SwiftPrefsTypes CompressedDataPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[42/179] Compiling SwiftPrefsTypes ISO8601StringDatePrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[43/179] Compiling SwiftPrefsTypes IntegerPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[44/179] Compiling SwiftPrefsTypes IntegerStringPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[45/179] Compiling SwiftPrefsTypes URLStringPrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[46/179] Compiling SwiftPrefsTypes AtomicPrefsCodable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[47/179] Compiling SwiftPrefsTypes PrefsSchema.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[48/179] Compiling SwiftPrefsTypes PrefsStorageModeWrapper.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[49/179] Compiling SwiftPrefsTypes PrefsStorageWrapper.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[50/179] Compiling SwiftPrefsTypes AnyPrefsStorage+PrefsStorageExportable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[51/179] Compiling SwiftPrefsTypes AnyPrefsStorage+PrefsStorageImportable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[52/179] Compiling SwiftPrefsTypes AnyPrefsStorage.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[53/179] Compiling SwiftPrefsTypes DictionaryPrefsStorage+PrefsStorageExportable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[54/179] Compiling SwiftPrefsTypes DictionaryPrefsStorage+PrefsStorageImportable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[55/179] Compiling SwiftPrefsTypes DictionaryPrefsStorage+PrefsStorageInitializable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[56/179] Compiling SwiftPrefsTypes DictionaryPrefsStorage.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/179] Emitting module SwiftPrefsTypes
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[58/216] Compiling SwiftPrefsTypes PListPrefsStorageImportStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[59/216] Compiling SwiftPrefsTypes PrefsStorageExportFormat.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[60/216] Compiling SwiftPrefsTypes PrefsStorageExportStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[61/216] Compiling SwiftPrefsTypes PrefsStorageMappingExportStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[62/216] Compiling SwiftPrefsTypes PrefsStoragePassthroughExportStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[63/216] Compiling SwiftPrefsTypes PrefsStorageExportable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[64/216] Compiling SwiftPrefsTypes PrefsStorageImportFormat.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[65/216] Compiling SwiftPrefsTypes PrefsStorageImportStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[66/216] Compiling SwiftPrefsTypes PrefsStorageMappingImportStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[67/216] Compiling SwiftPrefsTypes UserDefaultsPrefsStorage+PrefsStorageExportable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[68/216] Compiling SwiftPrefsTypes PrefsStoragePassthroughImportStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[69/216] Compiling SwiftPrefsTypes PrefsStorageTypedImportStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[70/216] Compiling SwiftPrefsTypes PrefsStorageImportable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[71/216] Compiling SwiftPrefsTypes PrefsStorageUpdateStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[72/216] Compiling SwiftPrefsTypes PrefsStorageInitializable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[73/216] Compiling SwiftPrefsTypes PrefsStorage+DefaultedPrefsKey.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[74/216] Compiling SwiftPrefsTypes PrefsStorage+PrefsCodable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[75/216] Compiling SwiftPrefsTypes PrefsStorage+PrefsKey.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[76/216] Compiling SwiftPrefsTypes PrefsStorage+Static.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[77/216] Compiling SwiftPrefsTypes PListPrefsStorageImportFormat.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[78/216] Compiling SwiftPrefsTypes UserDefaultsPrefsStorage+PrefsStorageImportable.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[79/216] Compiling SwiftPrefsTypes UserDefaultsPrefsStorage+Utilities.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[80/216] Compiling SwiftPrefsTypes UserDefaultsPrefsStorage.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[81/216] Compiling SwiftPrefsTypes JSON Utilities.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[82/216] Compiling SwiftPrefsTypes JSONPrefsStorageExportFormat.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[83/216] Compiling SwiftPrefsTypes JSONPrefsStorageImportFormat.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[84/216] Compiling SwiftPrefsTypes PList Utilities.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[85/216] Compiling SwiftPrefsTypes PListPrefsStorageExportFormat.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[86/216] Compiling SwiftPrefsTypes PListPrefsStorageExportStrategy.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[87/242] Compiling SwiftPrefsTypes PrefsStorage.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[88/242] Compiling SwiftPrefsTypes PrefsStorageError.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[89/242] Compiling SwiftPrefsTypes PrefsStorageMode.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[90/242] Compiling SwiftPrefsTypes PrefsStorageValue Types.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[91/242] Compiling SwiftPrefsTypes PrefsStorageValue.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[92/242] Compiling SwiftPrefsTypes Concurrency.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[93/242] Compiling SwiftPrefsTypes NSNumber.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[94/242] Compiling SwiftPrefsTypes UserDefaults Outsourced.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
[95/242] Compiling SwiftPrefsTypes UserDefaults.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
5 | //
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 | import Foundation
9 |
BUILD FAILURE 6.1 wasm