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 PrefsKit, reference main (c496e0), with Swift 6.1 for Linux on 1 May 2025 05:28:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/PrefsKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/orchetect/PrefsKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c496e0c Fixed unit test build issues with Xcode 16.3
Cloned https://github.com/orchetect/PrefsKit.git
Revision (git rev-parse @):
c496e0c82e186db2450eb33a9f65343023001224
SUCCESS checkout https://github.com/orchetect/PrefsKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orchetect/PrefsKit.git
https://github.com/orchetect/PrefsKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "PrefsKit",
  "name" : "PrefsKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "PrefsKit",
      "targets" : [
        "PrefsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefsKitCore",
      "targets" : [
        "PrefsKitCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefsKitUI",
      "targets" : [
        "PrefsKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefsKitMacrosImplementation",
      "targets" : [
        "PrefsKitMacrosImplementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrefsKitUI",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitUI",
      "path" : "Sources/PrefsKitUI",
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitUI"
      ],
      "sources" : [
        "MultiplatformSection.swift",
        "PrefsKitUI.swift",
        "SectionFooterView.swift",
        "SystemSettings/SystemSettings Panel.swift",
        "SystemSettings/SystemSettings.swift"
      ],
      "target_dependencies" : [
        "PrefsKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrefsKitTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitTypesTests",
      "path" : "Tests/PrefsKitTypesTests",
      "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" : [
        "PrefsKitTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrefsKitTypes",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitTypes",
      "path" : "Sources/PrefsKitTypes",
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitCore",
        "PrefsKitUI"
      ],
      "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" : "PrefsKitMacrosImplementation",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitMacrosImplementation",
      "path" : "Sources/PrefsKitMacrosImplementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitCore",
        "PrefsKitUI",
        "PrefsKitMacrosImplementation"
      ],
      "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",
        "PrefsKitMacrosPlugin.swift",
        "PrefsSchemaMacro/PrefsSchemaMacro.swift",
        "PrefsSchemaMacro/PrefsSchemaMacroError.swift",
        "RawPrefMacro/RawPrefMacro.swift",
        "Support/Internal Types.swift",
        "Support/PrefMacroUtils.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PrefsKitCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitCoreTests",
      "path" : "Tests/PrefsKitCoreTests",
      "product_dependencies" : [
        "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" : [
        "PrefsKitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrefsKitCore",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKitCore",
      "path" : "Sources/PrefsKitCore",
      "product_memberships" : [
        "PrefsKit",
        "PrefsKitCore",
        "PrefsKitUI"
      ],
      "sources" : [
        "Macro Declarations.swift",
        "PrefsKitCore.swift"
      ],
      "target_dependencies" : [
        "PrefsKitTypes",
        "PrefsKitMacrosImplementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrefsKit",
      "module_type" : "SwiftTarget",
      "name" : "PrefsKit",
      "path" : "Sources/PrefsKit",
      "product_memberships" : [
        "PrefsKit"
      ],
      "sources" : [
        "PrefsKit.swift"
      ],
      "target_dependencies" : [
        "PrefsKitCore",
        "PrefsKitUI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/70291] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.00s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (7.57s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/38] Write sources
[19/38] Compiling _SwiftSyntaxCShims dummy.c
[20/38] Write swift-version-24593BA9C3E375BF.txt
[22/79] Emitting module SwiftSyntax509
[23/114] Compiling SwiftSyntax509 Empty.swift
[24/115] Emitting module SwiftSyntax510
[25/115] Compiling SwiftSyntax510 Empty.swift
[28/116] Emitting module SwiftSyntax600
[29/116] Compiling SwiftSyntax600 Empty.swift
[30/117] Wrapping AST for SwiftSyntax509 for debugging
[31/117] Wrapping AST for SwiftSyntax510 for debugging
[32/117] Wrapping AST for SwiftSyntax600 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/181] Emitting module PrefsKitTypes
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxValidation.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxNodesAB.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxKind.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxRewriter.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxTraits.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxVisitor.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax TokenKind.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax Tokens.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxNodeStructure.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxText.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxTreeViewMode.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax TokenDiagnostic.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax TokenSequence.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax TokenSyntax.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax Trivia.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxNodeFactory.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RenamedNodesCompatibility.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxAnyVisitor.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxBaseNodes.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxCollections.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxEnum.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxArena.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax CustomTraits.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax Identifier.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax Utils.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax ChildNameForKeyPath.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax Keyword.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxHashable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxNodesD.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxNodesEF.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax RawSyntaxNodesOP.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling PrefsKitTypes PrefsStorage.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling PrefsKitTypes PrefsStorageError.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling PrefsKitTypes PrefsStorageMode.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling PrefsKitTypes PrefsStorageValue Types.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling PrefsKitTypes PrefsStorageValue.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling PrefsKitTypes Concurrency.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling PrefsKitTypes NSNumber.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling PrefsKitTypes UserDefaults Outsourced.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling PrefsKitTypes UserDefaults.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/190] Compiling SwiftSyntax TriviaPieces.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[105/190] Compiling SwiftSyntax RawSyntaxNodesAB.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[106/190] Compiling SwiftSyntax RawSyntaxNodesC.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[107/190] Compiling PrefsKitTypes PrefsStorageUpdateStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[108/190] Compiling PrefsKitTypes PrefsStorageInitializable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[109/190] Compiling PrefsKitTypes PrefsStorage+DefaultedPrefsKey.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[110/190] Compiling PrefsKitTypes PrefsStorage+PrefsCodable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[111/190] Compiling PrefsKitTypes PrefsStorage+PrefsKey.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[112/190] Compiling PrefsKitTypes PrefsStorage+Static.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/18] Write swift-version-24593BA9C3E375BF.txt
[2/72] Emitting module SwiftSyntax600
[3/74] Compiling SwiftSyntax510 Empty.swift
[4/75] Compiling SwiftSyntax600 Empty.swift
[5/79] Emitting module SwiftSyntax510
[6/96] Compiling SwiftSyntax509 Empty.swift
[7/96] Emitting module SwiftSyntax509
[11/94] Compiling PrefsKitTypes UserDefaultsPrefsStorage+PrefsStorageExportable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[12/94] Compiling PrefsKitTypes UserDefaultsPrefsStorage+PrefsStorageImportable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[13/94] Compiling PrefsKitTypes UserDefaultsPrefsStorage+Utilities.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[14/94] Compiling PrefsKitTypes UserDefaultsPrefsStorage.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[15/94] Compiling PrefsKitTypes JSON Utilities.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[16/94] Compiling PrefsKitTypes JSONPrefsStorageExportFormat.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable Prototypes/CodableArrayPrefsCoding.swift:7:8: error: no such module 'Combine'
 5 | //
 6 |
 7 | import Combine
   |        `- error: no such module 'Combine'
 8 | import Foundation
 9 |
[17/94] Compiling PrefsKitTypes JSONPrefsStorageImportFormat.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/94] Compiling PrefsKitTypes PList Utilities.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/94] Compiling PrefsKitTypes PListPrefsStorageExportFormat.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/94] Compiling PrefsKitTypes PListPrefsStorageExportStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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)
[21/103] Emitting module PrefsKitTypes
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes CodablePrefsCodable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes JSONDataCodablePrefsCodable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes JSONStringCodablePrefsCodable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsCodable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsCodable+RawRepresentable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes RawRepresentablePrefsCodable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsKey Prototypes.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes DefaultedPrefsKey.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsKey.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes AnyPrefsSchema.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PListPrefsStorageImportFormat.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PListPrefsStorageImportStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageExportFormat.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageExportStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageMappingExportStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStoragePassthroughExportStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageExportable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageImportFormat.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageImportStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageMappingImportStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsSchema.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageModeWrapper.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageWrapper.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes AnyPrefsStorage+PrefsStorageExportable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes AnyPrefsStorage+PrefsStorageImportable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes AnyPrefsStorage.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes DictionaryPrefsStorage+PrefsStorageExportable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes DictionaryPrefsStorage+PrefsStorageImportable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes DictionaryPrefsStorage+PrefsStorageInitializable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes DictionaryPrefsStorage.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes RawRepresentablePrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes Base64StringDataPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes BoolIntegerPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes BoolStringPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes CompressedDataPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes ISO8601StringDatePrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes IntegerPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes IntegerStringPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes URLStringPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes AtomicPrefsCodable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes AtomicPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes CodableArrayPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes CodableDictionaryPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes CodablePrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes JSONDataCodablePrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes JSONStringCodablePrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsCodingTuple.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes RawRepresentableArrayPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes RawRepresentableDictionaryPrefsCoding.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStoragePassthroughImportStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageTypedImportStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageImportable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageUpdateStrategy.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorageInitializable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorage+DefaultedPrefsKey.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorage+PrefsCodable.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorage+PrefsKey.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/103] Compiling PrefsKitTypes PrefsStorage+Static.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/167] Compiling PrefsKitTypes PrefsStorage.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/167] Compiling PrefsKitTypes PrefsStorageError.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/167] Compiling PrefsKitTypes PrefsStorageMode.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/167] Compiling PrefsKitTypes PrefsStorageValue Types.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/167] Compiling PrefsKitTypes PrefsStorageValue.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/167] Compiling PrefsKitTypes Concurrency.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/167] Compiling PrefsKitTypes NSNumber.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/167] Compiling PrefsKitTypes UserDefaults Outsourced.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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/167] Compiling PrefsKitTypes UserDefaults.swift
/host/spi-builder-workspace/Sources/PrefsKitTypes/PrefsCodable 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