Build Information
Failed to build swift-prefs, reference 2.0.0 (658ad3), with Swift 6.1 for Android on 29 Nov 2025 07:56:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: android
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-4606859-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 (5.69s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.10s)
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/169] Emitting module SwiftSyntax509
[27/194] Emitting module SwiftSyntax602
[28/194] Compiling SwiftSyntax602 Empty.swift
[29/195] Emitting module SwiftSyntax510
[30/195] Compiling SwiftSyntax510 Empty.swift
[32/196] Emitting module SwiftSyntax601
[33/196] Compiling SwiftSyntax601 Empty.swift
[34/196] Emitting module SwiftSyntax600
[35/196] Compiling SwiftSyntax600 Empty.swift
[36/198] Compiling SwiftSyntax509 Empty.swift
[38/199] Wrapping AST for SwiftSyntax602 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/199] 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 |
[42/208] Wrapping AST for SwiftSyntax510 for debugging
[43/208] Wrapping AST for SwiftSyntax600 for debugging
[44/208] Wrapping AST for SwiftSyntax601 for debugging
[45/208] Wrapping AST for SwiftSyntax509 for debugging
[47/271] Compiling SwiftSyntax AbsolutePosition.swift
[48/271] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[49/271] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[50/271] Compiling SwiftSyntax Assert.swift
[51/271] Compiling SwiftSyntax BumpPtrAllocator.swift
[52/271] Compiling SwiftSyntax CommonAncestor.swift
[53/271] Compiling SwiftSyntax Convenience.swift
[54/271] Compiling SwiftSyntax CustomTraits.swift
[55/271] Compiling SwiftSyntax EditorPlaceholder.swift
[56/279] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.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/279] 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 |
[58/279] 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 |
[59/279] 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 |
[60/279] 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 |
[61/279] 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 |
[62/279] 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 |
[63/279] 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 |
[64/279] 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 |
[65/279] 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 |
[66/279] 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 |
[67/279] 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 |
[68/279] 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 |
[69/279] 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 |
[70/279] 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 |
[71/279] 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 |
[72/279] 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 |
[73/279] 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 |
[74/279] 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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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/279] 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 |
[84/279] 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 |
[85/279] 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 |
[86/279] 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 |
[87/279] 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 |
[88/279] 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 |
[89/279] 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 |
[90/279] 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 |
[91/279] 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 |
[92/279] 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 |
[93/279] 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 |
/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/279] 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 |
[96/279] 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 |
[97/279] 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 |
[98/279] 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 |
[99/279] 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 |
[100/279] 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 |
[101/279] 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 |
[102/279] 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 |
[103/279] 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 |
[104/279] 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 |
[105/279] 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 |
[106/279] 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 |
[107/279] 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 |
[108/279] 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 |
[109/279] 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 |
[110/279] 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 |
[111/279] 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 |
[112/279] 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 |
[113/279] 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 |
[114/279] 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 |
[115/279] 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 |
[116/279] 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 |
[117/279] 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 |
[118/279] 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 |
[119/279] 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 |
[120/279] 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 |
[121/279] 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 |
[122/279] 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 |
[123/279] 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 |
[124/279] 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 |
[125/279] 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 |
[126/279] 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 |
[127/279] Compiling SwiftSyntax SyntaxNodesC.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 |
[128/279] Compiling SwiftSyntax SyntaxNodesD.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 |
[129/279] Compiling SwiftSyntax SyntaxNodesEF.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 |
[130/279] Compiling SwiftSyntax SyntaxNodesGHI.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 |
[131/279] Compiling SwiftSyntax SyntaxNodesJKLMN.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 |
[132/279] Compiling SwiftSyntax SyntaxNodesOP.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 |
[133/279] Compiling SwiftSyntax SyntaxNodesQRS.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-4606859-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/20] Write swift-version-24593BA9C3E375BF.txt
[2/77] Compiling SwiftSyntax510 Empty.swift
[3/78] Emitting module SwiftSyntax510
[4/100] Emitting module SwiftSyntax601
[5/120] Emitting module SwiftSyntax602
[6/171] Compiling SwiftSyntax601 Empty.swift
[7/172] Emitting module SwiftSyntax509
[8/172] Compiling SwiftSyntax509 Empty.swift
[10/173] Compiling SwiftSyntax602 Empty.swift
[12/172] Emitting module SwiftSyntax600
[13/172] Compiling SwiftSyntax600 Empty.swift
[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/170] Compiling SwiftPrefsTypes AtomicPrefsCoding.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/170] Compiling SwiftPrefsTypes CodableArrayPrefsCoding.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/170] Compiling SwiftPrefsTypes CodableDictionaryPrefsCoding.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/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 |
[31/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 |
[32/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 |
[33/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 |
[34/170] Compiling SwiftPrefsTypes PrefsCodingTuple.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/170] Compiling SwiftPrefsTypes RawRepresentableArrayPrefsCoding.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/170] Compiling SwiftPrefsTypes RawRepresentableDictionaryPrefsCoding.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)
[37/170] 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 |
[38/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 |
[39/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 |
[40/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 |
[41/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 |
[42/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 |
[43/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 |
[44/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 |
[45/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 |
[46/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 |
[47/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 |
[48/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 |
[49/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 |
[50/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 |
[51/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 |
[52/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 |
[53/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 |
[54/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 |
[55/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 |
[56/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 |
[57/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 |
[58/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 |
[59/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 |
[60/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 |
[61/179] 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 |
[62/179] 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 |
[63/179] 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 |
[64/179] 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 |
[65/179] 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 |
[66/179] 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 |
[67/179] 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 |
[68/179] 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/179] 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/179] 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/179] 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/179] 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/179] 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/179] 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/179] 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/179] 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/179] 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/179] 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 |
[79/179] 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 |
[80/179] 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 |
[81/179] 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 |
[82/179] 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 |
[83/179] 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 |
[84/179] 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 |
[85/179] 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 |
[86/179] 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 |
[87/198] 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/198] 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/198] 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/198] 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/198] 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/198] 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/198] 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/198] 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/198] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[96/242] 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 |
BUILD FAILURE 6.1 android