The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-prefs, reference 2.0.0 (658ad3), with Swift 6.1 for Linux on 29 Nov 2025 07:56:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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:         linux
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-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 (4.33s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (6.57s)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/194] 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 |
[27/203] Compiling SwiftSyntax600 Empty.swift
[28/203] Emitting module SwiftSyntax600
[29/204] Emitting module SwiftSyntax601
[30/204] Emitting module SwiftSyntax510
[31/204] Compiling SwiftSyntax510 Empty.swift
[32/204] Compiling SwiftSyntax601 Empty.swift
[35/206] Emitting module SwiftSyntax509
[36/206] Compiling SwiftSyntax509 Empty.swift
[37/206] Emitting module SwiftSyntax602
[38/206] Compiling SwiftSyntax602 Empty.swift
[41/208] Wrapping AST for SwiftSyntax601 for debugging
[42/208] Wrapping AST for SwiftSyntax600 for debugging
[43/208] Wrapping AST for SwiftSyntax510 for debugging
[44/208] Wrapping AST for SwiftSyntax602 for debugging
[45/208] Wrapping AST for SwiftSyntax509 for debugging
[47/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 |
[48/271] 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 |
[49/271] 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 |
[50/271] 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 |
[51/271] 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 |
[52/271] 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 |
[53/271] 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 |
[54/271] 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 |
[55/271] 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 |
[56/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 |
[57/280] 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 |
[58/280] 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 |
[59/280] 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 |
[60/280] 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 |
[61/280] 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 |
[62/280] 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 |
[63/280] 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 |
[64/280] 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 |
[65/280] 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 |
[66/280] 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 |
[67/280] 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 |
[68/280] 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 |
[69/280] 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 |
[70/280] 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 |
[71/280] 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 |
[72/280] 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 |
[73/280] 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 |
[74/280] 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 |
[75/280] 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 |
[76/280] 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 |
[77/280] 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 |
[78/280] 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 |
[79/280] 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 |
[80/280] 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 |
[81/280] 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 |
[82/280] 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 |
[83/280] 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 |
[84/280] 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 |
[85/280] 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 |
[86/280] 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 |
[87/280] 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 |
[88/280] 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 |
[89/280] 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 |
[90/280] 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 |
[91/280] 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 |
[92/280] 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 |
[93/280] 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 |
[94/280] 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 |
[95/280] 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 |
[96/280] 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 |
[97/280] 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 |
[98/280] 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 |
[99/280] 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 |
[100/280] 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 |
[101/280] 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 |
[102/280] 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 |
[103/280] 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 |
[104/280] 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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/280] 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 |
[116/280] 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 |
[117/280] 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 |
[118/280] 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 |
[119/280] 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 |
[120/280] 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 |
[121/280] 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 |
[122/280] 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 |
[123/280] 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 |
[124/280] 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
[145/280] 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 |
[146/280] 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 |
[147/280] 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 |
[148/280] 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 |
[149/280] 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 |
[150/280] 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 |
[151/280] 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 |
[152/280] 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 |
[153/280] 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 |
[154/280] 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[174/280] 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/20] Write swift-version-24593BA9C3E375BF.txt
[2/51] Compiling SwiftSyntax600 Empty.swift
[3/51] Emitting module SwiftSyntax600
[4/165] Compiling SwiftSyntax601 Empty.swift
[5/171] Emitting module SwiftSyntax601
[6/172] Compiling SwiftSyntax510 Empty.swift
[7/172] Compiling SwiftSyntax602 Empty.swift
[8/172] Emitting module SwiftSyntax602
[9/172] Compiling SwiftSyntax509 Empty.swift
[10/173] Emitting module SwiftSyntax509
[11/173] Emitting module SwiftSyntax510
[17/170] 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 |
[18/170] 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 |
[19/170] 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 |
[20/170] 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 |
[21/170] 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 |
[22/170] 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 |
[23/170] 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 |
[24/170] 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 |
[25/170] 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 |
[26/170] 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 |
[27/170] 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 |
[28/170] 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 |
[29/170] 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 |
[30/170] 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 |
[31/170] 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 |
[32/170] 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 |
[33/170] 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 |
[34/170] 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 |
[35/170] 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 |
[36/170] 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 |
[37/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 |
[38/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 |
[39/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 |
[40/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 |
[41/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 |
[42/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 |
[43/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 |
[44/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 |
[45/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 |
[46/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 |
[47/182] 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 |
[48/182] 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 |
[49/182] 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 |
[50/182] 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 |
[51/182] 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 |
[52/182] 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 |
[53/182] 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 |
[54/182] 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 |
[55/182] 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 |
[56/182] 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 |
[57/182] 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 |
[58/182] 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 |
[59/182] 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 |
[60/182] Compiling SwiftPrefsTypes CodablePrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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/182] Compiling SwiftPrefsTypes JSONDataCodablePrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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/182] Compiling SwiftPrefsTypes JSONStringCodablePrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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/182] Compiling SwiftPrefsTypes PrefsCoding.swift
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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/182] 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 |
[65/182] 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 |
[66/182] 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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/188] 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 |
[78/188] 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 |
[79/188] 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 |
[80/188] 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 |
[81/188] 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 |
[82/188] 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 |
[83/188] 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 |
[84/188] 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 |
[85/188] 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 |
[86/188] 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[107/188] 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
[128/188] 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 |
[129/188] 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 |
[130/188] 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 |
[131/188] 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 |
[132/188] 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 |
[133/188] 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 |
[134/188] 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 |
[135/188] 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 |
[136/188] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[137/188] 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[157/251] 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 |
[158/251] 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 |
[159/251] 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 |
[160/251] 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 |
[161/251] 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 |
[162/251] 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 |
[163/251] 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 |
[164/251] 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 |
[165/251] 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 |
/host/spi-builder-workspace/Sources/SwiftPrefsTypes/PrefsCodable 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 |
BUILD FAILURE 6.1 linux