The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-prefs, reference main (658ad3), with Swift 6.1 for Android on 29 Nov 2025 07:57:18 UTC.

Build Command

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

Build Log

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