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 Android on 30 May 2025 17:16:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70522] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.96s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (11.01s)
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/95] Emitting module SwiftSyntax509
[23/114] Emitting module SwiftSyntax510
[24/114] Compiling SwiftSyntax510 Empty.swift
[25/115] Compiling SwiftSyntax509 Empty.swift
[27/116] Wrapping AST for SwiftSyntax510 for debugging
[29/116] Emitting module SwiftSyntax600
[30/116] Compiling SwiftSyntax600 Empty.swift
[30/117] Wrapping AST for SwiftSyntax509 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 AbsolutePosition.swift
[36/190] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[37/190] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[38/190] Compiling SwiftSyntax Assert.swift
[39/190] Compiling SwiftSyntax BumpPtrAllocator.swift
[40/190] Compiling SwiftSyntax CommonAncestor.swift
[41/190] Compiling SwiftSyntax Convenience.swift
[42/190] Compiling SwiftSyntax CustomTraits.swift
[43/190] Compiling SwiftSyntax Identifier.swift
[44/198] 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 |
[45/198] 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 |
[46/198] 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 |
[47/198] 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 |
[48/198] Compiling SwiftSyntax SyntaxNodesC.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/198] Compiling SwiftSyntax SyntaxNodesD.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/198] Compiling SwiftSyntax SyntaxNodesEF.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/198] Compiling SwiftSyntax SyntaxNodesGHI.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/198] Compiling SwiftSyntax SyntaxNodesJKLMN.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/198] Compiling SwiftSyntax SyntaxNodesOP.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/198] Compiling SwiftSyntax SyntaxNodesQRS.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/198] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.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/198] 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 |
[57/198] 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 |
[58/198] 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 |
[59/198] 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 |
[60/198] 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 |
[61/198] 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 |
[62/198] 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 |
[63/198] 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 |
[64/198] 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 |
[65/198] 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 |
[66/198] 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 |
[67/198] 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 |
[68/198] 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 |
[69/198] 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 |
[70/198] 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 |
[71/198] 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 |
[72/198] 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 |
[73/198] 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 |
[74/198] 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 |
[75/198] 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 |
[76/198] 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 |
[77/198] 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 |
[78/198] 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 |
[79/198] 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 |
[80/198] 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 |
[81/198] 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 |
[82/198] 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 |
[83/198] 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 |
[84/198] 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 |
[85/198] 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 |
[86/198] 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 |
[87/198] 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 |
[88/198] 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 |
[89/198] 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 |
[90/198] 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 |
[91/198] 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 |
[92/198] 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 |
[93/198] 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 |
[94/198] 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 |
[95/198] 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 |
[96/198] 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 |
[97/198] 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 |
[98/198] 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 |
[99/198] 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 |
[100/198] 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 |
[101/198] 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 |
[102/198] 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 |
[103/198] 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 |
[104/198] 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 |
[105/198] 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 |
[106/198] 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 |
[107/198] 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 |
[108/198] 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 |
[109/198] 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 |
[110/198] 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 |
[111/198] 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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
[121/198] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/80] Compiling SwiftSyntax600 Empty.swift
[3/94] Emitting module SwiftSyntax509
[4/94] Compiling SwiftSyntax509 Empty.swift
[5/94] Compiling SwiftSyntax510 Empty.swift
[6/95] Emitting module SwiftSyntax510
[7/95] Emitting module SwiftSyntax600
[11/94] 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 |
[12/94] 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 |
[13/94] 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 |
[14/94] 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 |
[15/94] 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 |
[16/94] 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 |
[17/94] 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 |
[18/94] 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 |
[19/94] 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 |
[20/94] 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 |
[21/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 |
[22/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 |
[23/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 |
[24/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 |
[25/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 |
[26/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 |
[27/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 |
[28/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 |
[29/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 |
[30/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 |
[31/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 |
[32/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 |
[33/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 |
[34/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 |
[35/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 |
[36/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 |
[37/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 |
[38/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 |
[39/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 |
[40/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 |
[41/104] 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 |
[42/104] 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 |
[43/104] 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 |
[44/104] 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 |
[45/104] 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 |
[46/104] 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 |
[47/104] 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 |
[48/104] 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 |
[49/104] 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 |
[50/104] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/167] 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 |
[52/167] 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 |
[53/167] 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 |
[54/167] 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 |
[55/167] 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 |
[56/167] 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 |
[57/167] 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 |
[58/167] 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 |
[59/167] 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 |
[60/167] 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 |
[61/167] 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 |
[62/167] 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 |
[63/167] 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 |
[64/167] 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 |
[65/167] 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 |
[66/167] 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 |
[67/167] 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 |
[68/167] 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 |
[69/167] 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 |
[70/167] 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 |
[71/167] 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 |
[72/167] 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 |
[73/167] 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 |
[74/167] 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 |
[75/167] 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 |
[76/167] 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 |
[77/167] 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 |
[78/167] 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 |
[79/167] 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 |
[80/167] 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 |
[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 android