The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Lockman, reference main (15b266), with Swift 6.1 for Android on 30 Nov 2025 13:15:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/takeshishimada/Lockman.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/takeshishimada/Lockman
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 15b2660 fix: add `any` keyword for CompilerPlugin existential type (#240)
Cloned https://github.com/takeshishimada/Lockman.git
Revision (git rev-parse @):
15b2660b229bdc75d6dba5122150a01f2a5d9933
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/takeshishimada/Lockman.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/takeshishimada/Lockman.git
https://github.com/takeshishimada/Lockman.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "exact" : [
          "1.23.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Lockman",
  "name" : "Lockman",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Lockman",
      "targets" : [
        "Lockman"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LockmanMacros",
      "targets" : [
        "LockmanMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "LockmanTests",
      "module_type" : "SwiftTarget",
      "name" : "LockmanTests",
      "path" : "Tests/LockmanTests",
      "sources" : [
        "Integration/StrategyIntegration/SingleExecutionStrategy_ActionMode_IntegrationTests.swift",
        "Integration/StrategyIntegration/SingleExecutionStrategy_BoundaryMode_IntegrationTests.swift",
        "Integration/StrategyIntegration/SingleExecutionStrategy_NoneMode_IntegrationTests.swift",
        "Supports/TestSupport.swift",
        "Unit/Composable/Effect+LockmanTests.swift",
        "Unit/Composable/LockmanComposableIssueReporterTests.swift",
        "Unit/Composable/LockmanComposableMacrosTests.swift",
        "Unit/Composable/LockmanDynamicConditionReducerTests.swift",
        "Unit/Composable/LockmanReducerTests.swift",
        "Unit/Composable/Reducer+LockmanTests.swift",
        "Unit/Core/Debug/LockmanDebugFormattersTests.swift",
        "Unit/Core/Debug/LockmanDebugTests.swift",
        "Unit/Core/Debug/LockmanLoggerTests.swift",
        "Unit/Core/Errors/LockmanCancellationErrorTests.swift",
        "Unit/Core/Errors/LockmanRegistrationErrorTests.swift",
        "Unit/Core/Errors/LockmanStrategyErrorTests.swift",
        "Unit/Core/Internal/LoggerTests.swift",
        "Unit/Core/Internal/ManagedCriticalStateTests.swift",
        "Unit/Core/LockmanManagerGenericLockTests.swift",
        "Unit/Core/LockmanManagerTests.swift",
        "Unit/Core/LockmanResultTests.swift",
        "Unit/Core/LockmanUnlockOptionTests.swift",
        "Unit/Core/LockmanUnlockTests.swift",
        "Unit/Core/Protocols/LockmanActionTests.swift",
        "Unit/Core/Protocols/LockmanErrorTests.swift",
        "Unit/Core/Protocols/LockmanInfoTests.swift",
        "Unit/Core/Protocols/LockmanIssueReporterTests.swift",
        "Unit/Core/Protocols/LockmanPrecedingCancellationErrorTests.swift",
        "Unit/Core/Protocols/LockmanStrategyTests.swift",
        "Unit/Core/Strategies/CompositeStrategy/LockmanCompositeActionTests.swift",
        "Unit/Core/Strategies/CompositeStrategy/LockmanCompositeInfoTests.swift",
        "Unit/Core/Strategies/CompositeStrategy/LockmanCompositeStrategyTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyGroupTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedActionTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedErrorTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedInfoTests.swift",
        "Unit/Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedStrategyTests.swift",
        "Unit/Core/Strategies/Core/LockmanStateTests.swift",
        "Unit/Core/Strategies/Core/LockmanStrategyContainerTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinatedActionTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinatedInfoTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationErrorTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationRoleTests.swift",
        "Unit/Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationStrategyTests.swift",
        "Unit/Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedActionTests.swift",
        "Unit/Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedErrorTests.swift",
        "Unit/Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedInfoTests.swift",
        "Unit/Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedStrategyTests.swift",
        "Unit/Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionActionTests.swift",
        "Unit/Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionErrorTests.swift",
        "Unit/Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionInfoTests.swift",
        "Unit/Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionStrategyTests.swift",
        "Unit/Core/TypeErasure/AnyLockmanBoundaryIdTests.swift",
        "Unit/Core/TypeErasure/AnyLockmanGroupIdTests.swift",
        "Unit/Core/TypeErasure/AnyLockmanStrategyTests.swift",
        "Unit/Core/Types/LockmanActionIdTests.swift",
        "Unit/Core/Types/LockmanBoundaryIdTests.swift",
        "Unit/Core/Types/LockmanGroupIdTests.swift",
        "Unit/Core/Types/LockmanStrategyIdTests.swift"
      ],
      "target_dependencies" : [
        "Lockman"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LockmanMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "LockmanMacrosTests",
      "path" : "Tests/LockmanMacrosTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "Internal/ConformanceExtensionGeneratorTests.swift",
        "Internal/MemberGeneratorTests.swift",
        "LockmanCompositeStrategyMacroTests.swift",
        "LockmanConcurrencyLimitedMacroTests.swift",
        "LockmanGroupCoordinationMacroTests.swift",
        "LockmanMacroErrorTests.swift",
        "LockmanPriorityBasedMacroTests.swift",
        "LockmanSingleExecutionMacroTests.swift",
        "MacroPluginTests.swift"
      ],
      "target_dependencies" : [
        "LockmanMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LockmanMacros",
      "module_type" : "SwiftTarget",
      "name" : "LockmanMacros",
      "path" : "Sources/LockmanMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Lockman",
        "LockmanMacros"
      ],
      "sources" : [
        "Internal/ConformanceExtensionGenerator.swift",
        "Internal/MemberGenerator.swift",
        "LockmanCompositeStrategyMacro.swift",
        "LockmanConcurrencyLimitedMacro.swift",
        "LockmanGroupCoordinationMacro.swift",
        "LockmanMacroError.swift",
        "LockmanPriorityBasedMacro.swift",
        "LockmanSingleExecutionMacro.swift",
        "MacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Lockman",
      "module_type" : "SwiftTarget",
      "name" : "Lockman",
      "path" : "Sources/Lockman",
      "product_dependencies" : [
        "OrderedCollections",
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "Lockman"
      ],
      "sources" : [
        "Composable/Effect+Lockman.swift",
        "Composable/LockmanComposableIssueReporter.swift",
        "Composable/LockmanComposableMacros.swift",
        "Composable/LockmanDynamicConditionReducer.swift",
        "Composable/LockmanReducer.swift",
        "Composable/Reducer+Lockman.swift",
        "Core/Debug/LockmanDebug.swift",
        "Core/Debug/LockmanDebugFormatters.swift",
        "Core/Debug/LockmanLogger.swift",
        "Core/Errors/LockmanCancellationError.swift",
        "Core/Errors/LockmanRegistrationError.swift",
        "Core/Errors/LockmanStrategyError.swift",
        "Core/Internal/Logger.swift",
        "Core/Internal/ManagedCriticalState.swift",
        "Core/LockmanManager.swift",
        "Core/LockmanResult.swift",
        "Core/LockmanUnlock.swift",
        "Core/LockmanUnlockOption.swift",
        "Core/Protocols/LockmanAction.swift",
        "Core/Protocols/LockmanError.swift",
        "Core/Protocols/LockmanInfo.swift",
        "Core/Protocols/LockmanIssueReporter.swift",
        "Core/Protocols/LockmanPrecedingCancellationError.swift",
        "Core/Protocols/LockmanStrategy.swift",
        "Core/Strategies/CompositeStrategy/LockmanCompositeAction.swift",
        "Core/Strategies/CompositeStrategy/LockmanCompositeInfo.swift",
        "Core/Strategies/CompositeStrategy/LockmanCompositeStrategy.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyGroup.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimit.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedAction.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedError.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedInfo.swift",
        "Core/Strategies/ConcurrencyLimitedStrategy/LockmanConcurrencyLimitedStrategy.swift",
        "Core/Strategies/Core/LockmanState.swift",
        "Core/Strategies/Core/LockmanStrategyContainer.swift",
        "Core/Strategies/Core/LockmanStrategyResult.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinatedAction.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinatedInfo.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationError.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationRole.swift",
        "Core/Strategies/GroupCoordinationStrategy/LockmanGroupCoordinationStrategy.swift",
        "Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedAction.swift",
        "Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedError.swift",
        "Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedInfo.swift",
        "Core/Strategies/PriorityBasedStrategy/LockmanPriorityBasedStrategy.swift",
        "Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionAction.swift",
        "Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionError.swift",
        "Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionInfo.swift",
        "Core/Strategies/SingleExecutionStrategy/LockmanSingleExecutionStrategy.swift",
        "Core/TypeErasure/AnyLockmanBoundaryId.swift",
        "Core/TypeErasure/AnyLockmanGroupId.swift",
        "Core/TypeErasure/AnyLockmanStrategy.swift",
        "Core/Types/LockmanActionId.swift",
        "Core/Types/LockmanBoundaryId.swift",
        "Core/Types/LockmanGroupId.swift",
        "Core/Types/LockmanStrategyId.swift"
      ],
      "target_dependencies" : [
        "LockmanMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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-docc-plugin
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/932] Fetching swift-macro-testing
[132/3090] Fetching swift-macro-testing, swift-docc-plugin
[2401/21404] Fetching swift-macro-testing, swift-docc-plugin, swift-collections
[9135/94404] Fetching swift-macro-testing, swift-docc-plugin, swift-collections, swift-syntax
[12060/406183] Fetching swift-macro-testing, swift-docc-plugin, swift-collections, swift-syntax, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (2.25s)
[65596/405251] Fetching swift-docc-plugin, swift-collections, swift-syntax, swift-composable-architecture
Fetched https://github.com/apple/swift-collections.git from cache (2.29s)
[51860/386937] Fetching swift-docc-plugin, swift-syntax, swift-composable-architecture
Fetched https://github.com/swiftlang/swift-syntax from cache (7.95s)
[192344/313937] Fetching swift-docc-plugin, swift-composable-architecture
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (20.41s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (20.72s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (24.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3583] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.23.1 (0.98s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-navigation
[1/1952] Fetching swift-perception
[1953/8388] Fetching swift-perception, swift-dependencies
[1954/11899] Fetching swift-perception, swift-dependencies, swift-sharing
[11900/13441] Fetching swift-perception, swift-dependencies, swift-sharing, swift-identified-collections
[12193/59485] Fetching swift-perception, swift-dependencies, swift-sharing, swift-identified-collections, swift-navigation
[12194/65085] Fetching swift-perception, swift-dependencies, swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (0.73s)
[35507/63133] Fetching swift-dependencies, swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
[56228/67784] Fetching swift-dependencies, swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.35s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/886] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.29s)
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4530] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.82s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (2.22s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (2.22s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (2.23s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.24s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-navigation from cache (2.26s)
[1/2538] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (4.23s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.55s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.89s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (3.41s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.56s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.57s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.55s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.23s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.56s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.6.0 (0.56s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (2.46s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.95s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.58s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.34s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.70s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.60s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1299] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.28s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.81s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.57s)
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.6.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.23.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/115] Write sources
[3/115] Copying PrivacyInfo.xcprivacy
[3/115] Write sources
[14/115] Copying PrivacyInfo.xcprivacy
[20/115] Write sources
[79/115] Compiling UIKitNavigationShim shim.m
[81/115] Compiling _SwiftSyntaxCShims PlatformMutex.c
[82/115] Write swift-version-24593BA9C3E375BF.txt
[83/129] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[85/129] Emitting module Sharing2
[86/131] Emitting module IssueReportingPackageSupport
[87/131] Compiling IssueReportingPackageSupport _Test.swift
[88/132] Emitting module Sharing1
[89/132] Compiling Sharing1 Empty.swift
[91/133] Emitting module SwiftSyntax602
[92/133] Compiling SwiftSyntax602 Empty.swift
[95/134] Compiling IssueReportingPackageSupport _Test.swift
[96/134] Compiling Sharing1 Empty.swift
[97/134] Emitting module Sharing1
[98/134] Emitting module IssueReportingPackageSupport
[99/136] Compiling SwiftSyntax601 Empty.swift
[100/136] Compiling Sharing2 Empty.swift
[101/136] Emitting module SwiftSyntax601
[102/137] Compiling Sharing2 Empty.swift
[103/137] Emitting module Sharing2
[109/145] Compiling SwiftSyntax510 Empty.swift
[110/145] Emitting module SwiftSyntax510
[111/145] Compiling SwiftSyntax509 Empty.swift
[112/146] Emitting module SwiftSyntax509
[113/147] Compiling SwiftSyntax600 Empty.swift
[114/147] Emitting module SwiftSyntax600
[118/310] Compiling InternalCollectionsUtilities Debugging.swift
[119/310] Compiling InternalCollectionsUtilities Descriptions.swift
[119/310] Wrapping AST for SwiftSyntax602 for debugging
[121/312] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[122/312] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[127/336] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[128/336] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[129/336] Compiling InternalCollectionsUtilities _SortedCollection.swift
[130/336] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[131/336] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[132/336] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/399] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[134/399] Compiling SwiftSyntax Assert.swift
[135/399] Compiling SwiftSyntax BumpPtrAllocator.swift
[136/399] Compiling SwiftSyntax CommonAncestor.swift
[137/399] Compiling SwiftSyntax Convenience.swift
[138/399] Compiling SwiftSyntax CustomTraits.swift
[139/399] Emitting module InternalCollectionsUtilities
[140/399] Compiling SwiftSyntax SourceLength.swift
[141/399] Compiling SwiftSyntax SourceLocation.swift
[142/399] Emitting module InternalCollectionsUtilities
[143/399] Compiling SwiftSyntax SourcePresence.swift
[144/399] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[145/399] Compiling SwiftSyntax Syntax.swift
[146/399] Compiling SwiftSyntax SyntaxChildren.swift
[147/399] Compiling SwiftSyntax SyntaxCollection.swift
[159/401] Compiling SwiftSyntax EditorPlaceholder.swift
[160/401] Compiling SwiftSyntax Identifier.swift
[161/401] Compiling SwiftSyntax MemoryLayout.swift
[162/401] Compiling SwiftSyntax MissingNodeInitializers.swift
[163/401] Compiling SwiftSyntax RawSyntax.swift
[164/401] Compiling SwiftSyntax RawSyntaxArena.swift
[165/401] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[166/401] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[167/401] Compiling SwiftSyntax RawSyntaxTokenView.swift
[169/413] Wrapping AST for SwiftSyntax601 for debugging
[171/523] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[172/523] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[173/523] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[174/523] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[175/523] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[176/523] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[177/523] Compiling OrderedCollections OrderedDictionary+Values.swift
[178/523] Compiling OrderedCollections _HashTable+Bucket.swift
[179/523] Compiling OrderedCollections _HashTable+BucketIterator.swift
[180/531] Emitting module OpenCombine
[181/531] Compiling OrderedCollections OrderedSet+Insertions.swift
[182/531] Compiling OrderedCollections OrderedSet+Invariants.swift
[183/531] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[184/531] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[185/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[186/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[187/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[188/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[189/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[190/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[191/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[192/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[193/531] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[194/531] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[202/538] Compiling OrderedCollections OrderedDictionary+Codable.swift
[203/538] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[204/538] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[205/538] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[206/538] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[207/538] Compiling OrderedCollections OrderedDictionary+Elements.swift
[208/538] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[209/538] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[210/538] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[215/545] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[216/545] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[217/545] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[218/545] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[219/545] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[220/545] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[221/545] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[222/545] Compiling OpenCombine Result.swift
[223/545] Compiling OpenCombine Scheduler.swift
[224/545] Compiling OpenCombine Subject+Void.swift
[225/545] Compiling OpenCombine Subscriber+Void.swift
[226/545] Compiling OpenCombine Subscribers.Assign.swift
[227/545] Compiling OpenCombine Subscribers.Completion.swift
[228/545] Compiling OpenCombine Subscribers.Demand.swift
[229/545] Compiling OpenCombine Subscribers.Sink.swift
[230/545] Compiling OpenCombine Subscribers.swift
[231/545] Compiling OpenCombine Subscription.swift
[232/545] Compiling OpenCombine Subscriptions.swift
[233/545] Compiling OpenCombine _Introspection.swift
[236/545] Compiling OrderedCollections _HashTable+Constants.swift
[237/545] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[238/545] Compiling OrderedCollections _HashTable+Testing.swift
[239/545] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[240/545] Compiling OrderedCollections _HashTable.swift
[241/545] Compiling OrderedCollections _Hashtable+Header.swift
[242/545] Compiling OrderedCollections OrderedDictionary.swift
[243/545] Compiling OrderedCollections OrderedSet+Codable.swift
[244/545] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[245/545] Compiling OrderedCollections OrderedSet+Descriptions.swift
[246/545] Compiling OrderedCollections OrderedSet+Diffing.swift
[247/545] Compiling OrderedCollections OrderedSet+Equatable.swift
[248/545] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[249/545] Compiling OrderedCollections OrderedSet+Hashable.swift
[265/545] Compiling OrderedCollections OrderedSet+Initializers.swift
[284/545] Emitting module ConcurrencyExtras
[287/548] Compiling ConcurrencyExtras UncheckedSendable.swift
[288/548] Compiling IssueReporting WithExpectedIssue.swift
[289/548] Compiling IssueReporting WithIssueContext.swift
[290/548] Emitting module IssueReporting
[325/548] Compiling ConcurrencyExtras MainSerialExecutor.swift
[326/548] Compiling ConcurrencyExtras Result.swift
[327/549] Compiling OrderedCollections OrderedSet+Sendable.swift
[328/549] Compiling OrderedCollections OrderedSet+SubSequence.swift
[329/549] Compiling OrderedCollections OrderedSet+Testing.swift
[330/549] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[331/549] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[332/549] Compiling OrderedCollections OrderedSet.swift
[333/549] Compiling OrderedCollections _UnsafeBitset.swift
[392/549] Emitting module ConcurrencyExtras
[393/549] Compiling ConcurrencyExtras LockIsolated.swift
[396/549] Compiling ConcurrencyExtras MainSerialExecutor.swift
[397/549] Compiling ConcurrencyExtras Result.swift
[398/549] Compiling ConcurrencyExtras Task.swift
[399/549] Compiling ConcurrencyExtras UncheckedSendable.swift
[414/552] Compiling OpenCombine Publishers.Map.swift
[415/552] Compiling OpenCombine Publishers.MapError.swift
[416/552] Compiling OpenCombine Publishers.MeasureInterval.swift
[417/552] Compiling OpenCombine Publishers.Multicast.swift
[418/552] Compiling OpenCombine Publishers.Output.swift
[419/552] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[420/552] Compiling OpenCombine Publishers.PrefixWhile.swift
[421/552] Compiling OpenCombine Publishers.Print.swift
[422/552] Compiling OpenCombine Publishers.ReceiveOn.swift
[423/552] Compiling OpenCombine Publishers.Reduce.swift
[424/552] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[425/552] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[426/552] Compiling OpenCombine Publishers.ReplaceError.swift
[427/552] Compiling SwiftSyntax SyntaxNodesGHI.swift
[428/552] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[429/552] Compiling SwiftSyntax SyntaxNodesOP.swift
[430/552] Compiling SwiftSyntax SyntaxNodesQRS.swift
[431/552] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[432/552] Compiling OpenCombine Publishers.SubscribeOn.swift
[433/552] Compiling OpenCombine Publishers.SwitchToLatest.swift
[434/552] Compiling OpenCombine Publishers.Throttle.swift
[435/552] Compiling OpenCombine Publishers.Timeout.swift
[436/552] Compiling OpenCombine Publishers.Zip.swift
[437/552] Compiling OpenCombine Publishers.swift
[438/552] Compiling OpenCombine Record.swift
[439/552] Compiling OpenCombine Result.Publisher.swift
[449/552] Compiling SwiftSyntax RawSyntaxNodesD.swift
[450/552] Compiling SwiftSyntax SyntaxNodesC.swift
[451/552] Compiling SwiftSyntax SyntaxNodesD.swift
[452/552] Compiling SwiftSyntax SyntaxNodesEF.swift
[453/552] Emitting module OrderedCollections
[461/555] Emitting module IssueReporting
[465/555] Emitting module OrderedCollections
[467/556] Compiling IssueReporting WithExpectedIssue.swift
[468/556] Compiling IssueReporting WithIssueContext.swift
[468/556] Wrapping AST for SwiftSyntax600 for debugging
[469/556] Wrapping AST for SwiftSyntax510 for debugging
[471/611] Compiling XCTestDynamicOverlay Exports.swift
[472/611] Compiling Clocks Timer.swift
[473/612] Compiling Clocks ImmediateClock.swift
[474/612] Compiling Clocks AnyClock.swift
[475/612] Emitting module Clocks
[476/612] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[477/612] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[478/612] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[479/614] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[480/614] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[481/614] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[482/614] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[483/614] Compiling Clocks Lock.swift
[484/614] Emitting module XCTestDynamicOverlay
[485/614] Compiling XCTestDynamicOverlay Deprecations.swift
[486/615] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[487/615] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[488/615] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[489/615] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[491/615] Compiling IdentifiedCollections IdentifiedArray.swift
[492/615] Compiling IdentifiedCollections IdentifiedCollection.swift
[493/615] Compiling Clocks SwiftUI.swift
[494/615] Compiling Clocks _AsyncTimerSequence.swift
[495/615] Compiling Clocks TestClock.swift
[496/615] Compiling Clocks UnimplementedClock.swift
[498/636] Emitting module OpenCombineDispatch
[499/636] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[500/637] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[501/637] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[502/637] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[503/639] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[504/639] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[505/639] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[506/639] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[507/639] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[508/639] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[509/639] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[510/639] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[511/639] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[512/639] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[513/639] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[515/639] Compiling IdentifiedCollections IdentifiedArray.swift
[516/639] Compiling IdentifiedCollections IdentifiedCollection.swift
[517/639] Emitting module IdentifiedCollections
[518/639] Compiling IdentifiedCollections Identified.swift
[519/639] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[520/639] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[521/640] Compiling ConcurrencyExtras Task.swift
[538/640] Emitting module IdentifiedCollections
[542/640] Compiling ConcurrencyExtras LockIsolated.swift
[555/670] Wrapping AST for SwiftSyntax509 for debugging
[557/675] Compiling CustomDump SwiftUI.swift
[558/675] Compiling CustomDump UIKit.swift
[559/675] Compiling CustomDump CustomDumpStringConvertible.swift
[560/675] Compiling CustomDump Diff.swift
[561/681] Compiling CustomDump GameKit.swift
[562/681] Compiling CustomDump KeyPath.swift
[563/681] Compiling CustomDump Photos.swift
[564/681] Compiling CustomDump Speech.swift
[565/684] Compiling CasePathsCore AnyCasePath.swift
[566/684] Compiling CasePathsCore CasePathIterable.swift
[567/684] Emitting module PerceptionCore
[568/684] Compiling CasePathsCore CasePathReflectable.swift
[569/684] Compiling CasePathsCore CasePathable.swift
[570/698] Compiling OpenCombineFoundation Timer+Publisher.swift
[571/703] Compiling CustomDump Identifiable.swift
[572/703] Compiling CustomDump Mirror.swift
[573/703] Compiling CustomDump String.swift
[574/703] Compiling CustomDump ExpectNoDifference.swift
[575/703] Compiling CustomDump AnyType.swift
[576/703] Compiling CustomDump CollectionDifference.swift
[577/703] Compiling PerceptionCore Locking.swift
[578/703] Compiling PerceptionCore Perceptible.swift
[579/703] Compiling CasePathsCore Never+CasePathable.swift
[580/717] Compiling CombineSchedulers AnyScheduler.swift
[581/717] Compiling CombineSchedulers Concurrency.swift
[582/717] Compiling CombineSchedulers ImmediateScheduler.swift
[583/717] Compiling CombineSchedulers Deprecations.swift
[584/717] Emitting module CasePathsCore
[585/717] Compiling CasePathsCore KeyPath+Sendable.swift
[586/717] Compiling CasePathsCore TypeName.swift
[587/717] Emitting module OpenCombineFoundation
[590/717] Compiling XCTestDynamicOverlay Exports.swift
[591/717] Compiling CombineSchedulers UIScheduler.swift
[592/718] Compiling CombineSchedulers UIKit.swift
[593/718] Compiling CombineSchedulers Lock.swift
[594/718] Compiling CombineSchedulers NSRecursiveLock.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[597/718] Emitting module CombineSchedulers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
 21 |
 22 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 23 |   extension Scheduler {
    |             `- error: cannot find type 'Scheduler' in scope
 24 |     /// Returns a publisher that repeatedly emits the scheduler's current time on the given
 25 |     /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
 42 |
 43 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 44 |   extension Publishers {
    |             `- error: cannot find type 'Publishers' in scope
 45 |     /// A publisher that emits a scheduler's current time on a repeating interval.
 46 |     ///
[600/718] Compiling CasePathsCore Result+CasePathable.swift
[601/718] Compiling CustomDump Unordered.swift
[602/718] Compiling CustomDump XCTAssertDifference.swift
[603/718] Compiling CustomDump XCTAssertNoDifference.swift
[604/718] Compiling CombineSchedulers Platform.swift
[605/718] Compiling CombineSchedulers SwiftUI.swift
[606/718] Compiling CombineSchedulers TestScheduler.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
 21 |
 22 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 23 |   extension Scheduler {
    |             `- error: cannot find type 'Scheduler' in scope
 24 |     /// Returns a publisher that repeatedly emits the scheduler's current time on the given
 25 |     /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
 42 |
 43 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 44 |   extension Publishers {
    |             `- error: cannot find type 'Publishers' in scope
 45 |     /// A publisher that emits a scheduler's current time on a repeating interval.
 46 |     ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
    |          `- error: cannot find type 'Publishers' in scope
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
 40 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
 33 |     /// - Returns: A publisher that repeatedly emits the current date on the given interval.
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
    |                       `- error: cannot find type 'SchedulerTimeType' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
    |                  `- error: cannot find type 'SchedulerTimeType' in scope
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
    |                `- error: cannot find type 'SchedulerOptions' in scope
 38 |     ) -> Publishers.Timer<Self> {
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
 85 |     /// XCTAssertEqual(output, Array(0...1_001))
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
    |                                         `- error: cannot find type '_CombineScheduler' in scope
 88 |       public typealias Output = Scheduler.SchedulerTimeType
 89 |       public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
 88 |       public typealias Output = Scheduler.SchedulerTimeType
    |                                           `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
    |                                      `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
 92 |       public let options: Scheduler.SchedulerOptions?
    |                                     `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
    |                                       `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 95 |
 96 |       private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
    |                                   `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
    |                              `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
    |                            `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 |       ) {
111 |         self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                          `- error: cannot find type 'Subscription' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                                        `- error: cannot find type 'Subscriber' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
122 |         typealias Input = Scheduler.SchedulerTimeType
    |                                     `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 |         typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 |         typealias Failure = Never
124 |
125 |         private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
    |                                              `- error: cannot find type 'AnySubscriber' in scope
126 |
127 |         private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                             `- error: cannot find type 'Subscriber' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 |         var customMirror: Mirror { return inner.customMirror }
159 |         var playgroundDescription: Any { return description }
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
    |                                `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
    |                      `- error: cannot find type 'Publishers' in scope
163 |           self.lock = Lock()
164 |           self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 |         }
170 |
171 |         func addSubscriber<Sub: Subscriber>(_ sub: Sub)
    |                                 `- error: cannot find type 'Subscriber' in scope
172 |         where
173 |           Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 |         }
182 |
183 |         func receive(subscription: Subscription) {
    |                                    `- error: cannot find type 'Subscription' in scope
184 |           lock.lock()
185 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 |         }
192 |
193 |         func receive(_ value: Input) -> Subscribers.Demand {
    |                                         `- error: cannot find type 'Subscribers' in scope
194 |           var resultingDemand: Subscribers.Demand = .max(0)
195 |           lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 |         }
207 |
208 |         func receive(completion: Subscribers.Completion<Failure>) {
    |                                  `- error: cannot find type 'Subscribers' in scope
209 |           lock.lock()
210 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 |         }
217 |
218 |         func request(_ demand: Subscribers.Demand) {
    |                                `- error: cannot find type 'Subscribers' in scope
219 |           lock.lock()
220 |           // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 |       }
238 |
239 |       public func receive<Sub: Subscriber>(subscriber: Sub)
    |                                `- error: cannot find type 'Subscriber' in scope
240 |       where Failure == Sub.Failure, Output == Sub.Input {
241 |         routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 |       }
243 |
244 |       public func connect() -> Cancellable {
    |                                `- error: cannot find type 'Cancellable' in scope
245 |         routingSubscription.isConnected = true
246 |         return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 |       }
248 |
249 |       private typealias Parent = Publishers.Timer
    |                                  `- error: cannot find type 'Publishers' in scope
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 |         CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                                                    `- error: cannot find type 'Subscription' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 |         Downstream.Failure == Never
255 |       {
256 |         private var cancellable: Cancellable?
    |                                  `- error: cannot find type 'Cancellable' in scope
257 |         private let lock: Lock
258 |         private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 |         private var parent: Parent<Scheduler>?
260 |         private var started: Bool
261 |         private var demand: Subscribers.Demand
    |                             `- error: cannot find type 'Subscribers' in scope
262 |
263 |         override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 |         }
327 |
328 |         func request(_ n: Subscribers.Demand) {
    |                           `- error: cannot find type 'Subscribers' in scope
329 |           lock.lock()
330 |           defer { lock.unlock() }
[607/718] Compiling CombineSchedulers Timer.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
 21 |
 22 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 23 |   extension Scheduler {
    |             `- error: cannot find type 'Scheduler' in scope
 24 |     /// Returns a publisher that repeatedly emits the scheduler's current time on the given
 25 |     /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
 42 |
 43 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 44 |   extension Publishers {
    |             `- error: cannot find type 'Publishers' in scope
 45 |     /// A publisher that emits a scheduler's current time on a repeating interval.
 46 |     ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
    |          `- error: cannot find type 'Publishers' in scope
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
 40 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
 33 |     /// - Returns: A publisher that repeatedly emits the current date on the given interval.
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
    |                       `- error: cannot find type 'SchedulerTimeType' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
    |                  `- error: cannot find type 'SchedulerTimeType' in scope
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
    |                `- error: cannot find type 'SchedulerOptions' in scope
 38 |     ) -> Publishers.Timer<Self> {
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
 85 |     /// XCTAssertEqual(output, Array(0...1_001))
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
    |                                         `- error: cannot find type '_CombineScheduler' in scope
 88 |       public typealias Output = Scheduler.SchedulerTimeType
 89 |       public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
 88 |       public typealias Output = Scheduler.SchedulerTimeType
    |                                           `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
    |                                      `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
 92 |       public let options: Scheduler.SchedulerOptions?
    |                                     `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
    |                                       `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 95 |
 96 |       private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
    |                                   `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
    |                              `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
    |                            `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 |       ) {
111 |         self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                          `- error: cannot find type 'Subscription' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                                        `- error: cannot find type 'Subscriber' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
122 |         typealias Input = Scheduler.SchedulerTimeType
    |                                     `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 |         typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 |         typealias Failure = Never
124 |
125 |         private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
    |                                              `- error: cannot find type 'AnySubscriber' in scope
126 |
127 |         private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                             `- error: cannot find type 'Subscriber' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 |         var customMirror: Mirror { return inner.customMirror }
159 |         var playgroundDescription: Any { return description }
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
    |                                `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
    |                      `- error: cannot find type 'Publishers' in scope
163 |           self.lock = Lock()
164 |           self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 |         }
170 |
171 |         func addSubscriber<Sub: Subscriber>(_ sub: Sub)
    |                                 `- error: cannot find type 'Subscriber' in scope
172 |         where
173 |           Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 |         }
182 |
183 |         func receive(subscription: Subscription) {
    |                                    `- error: cannot find type 'Subscription' in scope
184 |           lock.lock()
185 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 |         }
192 |
193 |         func receive(_ value: Input) -> Subscribers.Demand {
    |                                         `- error: cannot find type 'Subscribers' in scope
194 |           var resultingDemand: Subscribers.Demand = .max(0)
195 |           lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 |         }
207 |
208 |         func receive(completion: Subscribers.Completion<Failure>) {
    |                                  `- error: cannot find type 'Subscribers' in scope
209 |           lock.lock()
210 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 |         }
217 |
218 |         func request(_ demand: Subscribers.Demand) {
    |                                `- error: cannot find type 'Subscribers' in scope
219 |           lock.lock()
220 |           // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 |       }
238 |
239 |       public func receive<Sub: Subscriber>(subscriber: Sub)
    |                                `- error: cannot find type 'Subscriber' in scope
240 |       where Failure == Sub.Failure, Output == Sub.Input {
241 |         routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 |       }
243 |
244 |       public func connect() -> Cancellable {
    |                                `- error: cannot find type 'Cancellable' in scope
245 |         routingSubscription.isConnected = true
246 |         return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 |       }
248 |
249 |       private typealias Parent = Publishers.Timer
    |                                  `- error: cannot find type 'Publishers' in scope
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 |         CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                                                    `- error: cannot find type 'Subscription' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 |         Downstream.Failure == Never
255 |       {
256 |         private var cancellable: Cancellable?
    |                                  `- error: cannot find type 'Cancellable' in scope
257 |         private let lock: Lock
258 |         private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 |         private var parent: Parent<Scheduler>?
260 |         private var started: Bool
261 |         private var demand: Subscribers.Demand
    |                             `- error: cannot find type 'Subscribers' in scope
262 |
263 |         override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 |         }
327 |
328 |         func request(_ n: Subscribers.Demand) {
    |                           `- error: cannot find type 'Subscribers' in scope
329 |           lock.lock()
330 |           defer { lock.unlock() }
[608/718] Compiling OpenCombineFoundation PropertyListEncoder.swift
[609/718] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[610/718] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[611/718] Compiling CasePathsCore UncheckedSendable.swift
[612/718] Compiling CasePathsCore Optional+CasePathable.swift
[617/719] Compiling OpenCombineFoundation URLSession.swift
[618/720] Compiling PerceptionCore _PerceptionRegistrar.swift
[627/721] Compiling CombineSchedulers UnimplementedScheduler.swift
[631/721] Emitting module CustomDump
[634/721] Compiling PerceptionCore Bindable.swift
[635/721] Compiling PerceptionCore Environment.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/34] Write swift-version-24593BA9C3E375BF.txt
[4/64] Emitting module SwiftSyntax601
[5/64] Compiling SwiftSyntax601 Empty.swift
[6/65] Emitting module IssueReportingPackageSupport
[7/65] Compiling SwiftSyntax509 Empty.swift
[8/65] Compiling SwiftSyntax510 Empty.swift
[9/65] Compiling SwiftSyntax600 Empty.swift
[10/65] Emitting module SwiftSyntax600
[11/65] Emitting module SwiftSyntax509
[12/65] Emitting module SwiftSyntax510
[13/65] Emitting module IssueReportingPackageSupport
[14/65] Compiling IssueReportingPackageSupport _Test.swift
[15/69] Emitting module SwiftSyntax602
[16/69] Compiling SwiftSyntax602 Empty.swift
[17/70] Compiling IssueReportingPackageSupport _Test.swift
[19/71] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/71] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/68] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[28/68] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[29/68] Compiling InternalCollectionsUtilities Debugging.swift
[30/68] Compiling InternalCollectionsUtilities Descriptions.swift
[31/68] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[32/68] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[33/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/76] Emitting module Sharing2
[36/95] Compiling Sharing1 Empty.swift
[37/95] Emitting module Sharing1
[38/96] Emitting module Sharing2
[39/96] Compiling Sharing2 Empty.swift
[41/161] Compiling Sharing1 Empty.swift
[42/161] Emitting module Sharing1
[47/254] Compiling OpenCombine SubscriptionTap.swift
[48/254] Compiling OpenCombine Utils.swift
[49/256] Compiling OpenCombine ConduitBase.swift
[50/256] Compiling OpenCombine ConduitList.swift
[51/256] Compiling OpenCombine Locking.swift
[52/256] Compiling OpenCombine PartialCompletion.swift
[53/256] Compiling OpenCombine PublishedSubject.swift
[54/256] Compiling OpenCombine DebugHook.swift
[55/256] Compiling OpenCombine FilterProducer.swift
[56/256] Emitting module InternalCollectionsUtilities
[58/314] Compiling InternalCollectionsUtilities Debugging.swift
[59/314] Compiling InternalCollectionsUtilities Descriptions.swift
[60/314] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/314] Compiling IssueReporting TestContext.swift
[62/314] Compiling IssueReporting Unimplemented.swift
[63/314] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/314] Compiling IssueReporting ReportIssue.swift
[65/314] Compiling ConcurrencyExtras LockIsolated.swift
[66/314] Compiling ConcurrencyExtras Locking.swift
[67/314] Compiling ConcurrencyExtras UncheckedBox.swift
[69/315] Compiling IssueReporting ErrorReporting.swift
[72/317] Compiling ConcurrencyExtras AsyncStream.swift
[73/317] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[76/318] Compiling ConcurrencyExtras Result.swift
[77/318] Compiling ConcurrencyExtras Task.swift
[78/318] Compiling ConcurrencyExtras MainSerialExecutor.swift
[79/318] Compiling ConcurrencyExtras ActorIsolated.swift
[80/318] Compiling ConcurrencyExtras AnyHashableSendable.swift
[81/318] Emitting module ConcurrencyExtras
[82/366] Compiling ConcurrencyExtras MainSerialExecutor.swift
[83/366] Compiling ConcurrencyExtras LockIsolated.swift
[84/366] Compiling ConcurrencyExtras Task.swift
[85/369] Emitting module ConcurrencyExtras
[86/369] Compiling OrderedCollections _HashTable+Constants.swift
[87/369] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[88/369] Compiling OrderedCollections _HashTable+Bucket.swift
[89/369] Compiling OrderedCollections _HashTable+BucketIterator.swift
[90/369] Compiling ConcurrencyExtras Result.swift
[91/373] Compiling OrderedCollections OrderedDictionary+Elements.swift
[92/373] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[93/373] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[94/373] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[95/373] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[96/373] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[97/375] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[99/375] Compiling ConcurrencyExtras UncheckedSendable.swift
[100/376] Compiling IssueReporting WithExpectedIssue.swift
[101/376] Compiling IssueReporting WithIssueContext.swift
[102/376] Compiling ConcurrencyExtras UncheckedSendable.swift
[103/376] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[104/376] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[112/377] Compiling OrderedCollections _HashTable.swift
[113/377] Compiling OrderedCollections _Hashtable+Header.swift
[114/377] Compiling OrderedCollections OrderedDictionary+Codable.swift
[119/377] Compiling OrderedCollections _HashTable+Testing.swift
[120/377] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[121/377] Emitting module IssueReporting
[133/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[134/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[135/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[136/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[137/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[138/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[139/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[140/385] Emitting module InternalCollectionsUtilities
[141/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[142/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[143/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[144/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[145/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[146/385] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[147/385] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[159/413] Compiling PerceptionCore PerceptionTracking.swift
[160/413] Compiling PerceptionCore Perceptions.swift
[161/413] Compiling PerceptionCore Bindable.swift
[162/413] Compiling PerceptionCore Environment.swift
[163/413] Compiling PerceptionCore WithPerceptionTracking.swift
[164/413] Compiling PerceptionCore ThreadLocal.swift
[171/413] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[172/413] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[173/413] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[174/413] Compiling OrderedCollections OrderedDictionary+Values.swift
[175/413] Compiling OrderedCollections OrderedSet+Initializers.swift
[176/413] Compiling OrderedCollections OrderedSet+Insertions.swift
[177/413] Compiling OrderedCollections OrderedSet+Invariants.swift
[178/413] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[179/413] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[180/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[181/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[182/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[183/413] Compiling OrderedCollections OrderedDictionary.swift
[184/413] Compiling OrderedCollections OrderedSet+Codable.swift
[185/413] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[186/413] Compiling OrderedCollections OrderedSet+Descriptions.swift
[187/413] Compiling OrderedCollections OrderedSet+Diffing.swift
[188/413] Compiling OrderedCollections OrderedSet+Equatable.swift
[189/413] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[190/413] Compiling OrderedCollections OrderedSet+Hashable.swift
[191/413] Compiling XCTestDynamicOverlay Exports.swift
[192/413] Compiling Clocks Timer.swift
[197/418] Compiling PerceptionCore Deprecations.swift
[198/418] Compiling PerceptionCore Exports.swift
[199/418] Compiling PerceptionCore Locals.swift
[200/418] Compiling PerceptionCore ObservationBeta.swift
[201/418] Emitting module Clocks
[202/418] Compiling Clocks ImmediateClock.swift
[203/418] Compiling Clocks AnyClock.swift
[204/418] Emitting module PerceptionCore
[205/418] Compiling PerceptionCore Locking.swift
[206/418] Compiling PerceptionCore Perceptible.swift
[207/418] Compiling PerceptionCore PerceptionChecking.swift
[208/418] Compiling PerceptionCore PerceptionRegistrar.swift
[209/418] Compiling Clocks _AsyncTimerSequence.swift
[210/418] Compiling Clocks Lock.swift
[211/449] Compiling XCTestDynamicOverlay Exports.swift
[212/473] Compiling OrderedCollections _HashTable+Bucket.swift
[213/473] Compiling OrderedCollections _HashTable+BucketIterator.swift
[214/473] Compiling OrderedCollections _HashTable+Constants.swift
[215/473] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[216/473] Compiling OrderedCollections _HashTable+Testing.swift
[217/473] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[218/473] Compiling OrderedCollections _HashTable.swift
[219/473] Compiling OrderedCollections _Hashtable+Header.swift
[220/473] Compiling OrderedCollections OrderedDictionary+Codable.swift
[221/473] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[222/473] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[223/473] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[224/473] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[225/482] Compiling Clocks SwiftUI.swift
[226/482] Compiling Clocks TestClock.swift
[227/485] Emitting module XCTestDynamicOverlay
[228/485] Compiling XCTestDynamicOverlay Deprecations.swift
[229/486] Compiling Clocks UnimplementedClock.swift
[232/487] Compiling PerceptionCore _PerceptionRegistrar.swift
[241/487] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[242/487] Compiling OrderedCollections OrderedSet+Descriptions.swift
[243/487] Compiling OrderedCollections OrderedSet+Diffing.swift
[244/487] Compiling OrderedCollections OrderedSet+Equatable.swift
[245/487] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[246/487] Compiling OrderedCollections OrderedSet+Hashable.swift
[247/487] Compiling OrderedCollections OrderedSet+Initializers.swift
[248/487] Compiling OrderedCollections OrderedSet+Insertions.swift
[249/487] Compiling OrderedCollections OrderedSet+Invariants.swift
[250/487] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[251/487] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[252/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[253/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[254/487] Compiling OrderedCollections OrderedDictionary+Elements.swift
[255/487] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[256/487] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[257/487] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[258/487] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[259/487] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[260/487] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[261/487] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[262/487] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[263/487] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[264/487] Compiling OrderedCollections OrderedDictionary+Values.swift
[265/487] Compiling OrderedCollections OrderedDictionary.swift
[266/487] Compiling OrderedCollections OrderedSet+Codable.swift
[267/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[268/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[269/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[270/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[271/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[272/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[273/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[274/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[275/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[276/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[277/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[278/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[279/487] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[280/529] Emitting module OpenCombine
[281/529] Compiling CustomDump CoreImage.swift
[282/529] Compiling CustomDump CoreLocation.swift
[283/530] Compiling OrderedCollections OrderedSet+Sendable.swift
[284/530] Compiling OrderedCollections OrderedSet+SubSequence.swift
[285/530] Compiling OrderedCollections OrderedSet+Testing.swift
[286/530] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[287/530] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[288/530] Compiling OrderedCollections OrderedSet.swift
[289/530] Compiling OrderedCollections _UnsafeBitset.swift
[302/530] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[303/530] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[305/537] Compiling XCTestDynamicOverlay Deprecations.swift
[306/537] Emitting module XCTestDynamicOverlay
[309/538] Compiling CustomDump CoreMotion.swift
[310/538] Compiling CustomDump Foundation.swift
[311/538] Compiling CustomDump StoreKit.swift
[312/538] Compiling CustomDump Swift.swift
[313/538] Compiling CustomDump SwiftUI.swift
[314/538] Compiling CustomDump UIKit.swift
[315/538] Compiling CustomDump CustomDumpStringConvertible.swift
[316/538] Compiling CustomDump Diff.swift
[317/538] Compiling CustomDump Dump.swift
[318/538] Compiling CustomDump ExpectDifference.swift
[319/538] Compiling CustomDump ExpectNoDifference.swift
[320/538] Compiling CustomDump AnyType.swift
[321/538] Compiling CustomDump CollectionDifference.swift
[322/538] Compiling CustomDump Identifiable.swift
[323/538] Compiling CustomDump Mirror.swift
[324/538] Compiling CustomDump String.swift
[348/554] Compiling OrderedCollections OrderedSet+Sendable.swift
[349/554] Compiling OrderedCollections OrderedSet+SubSequence.swift
[350/554] Compiling OrderedCollections OrderedSet+Testing.swift
[351/554] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[352/554] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[353/554] Compiling OrderedCollections OrderedSet.swift
[354/554] Compiling OrderedCollections _UnsafeBitset.swift
[355/554] Compiling OpenCombine Publishers.HandleEvents.swift
[356/554] Compiling OpenCombine Publishers.IgnoreOutput.swift
[357/554] Compiling OpenCombine Publishers.Last.swift
[358/554] Compiling OpenCombine Publishers.MakeConnectable.swift
[359/554] Compiling OpenCombine Publishers.Retry.swift
[360/554] Compiling OpenCombine Publishers.Scan.swift
[361/554] Compiling OpenCombine Publishers.Sequence.swift
[362/554] Compiling OpenCombine Publishers.SetFailureType.swift
[363/554] Compiling OpenCombine Publishers.Share.swift
[364/554] Compiling OpenCombine Publishers.SubscribeOn.swift
[365/554] Compiling OpenCombine Publishers.SwitchToLatest.swift
[366/554] Compiling OpenCombine Publishers.Throttle.swift
[367/554] Compiling OpenCombine Publishers.Timeout.swift
[368/554] Compiling OpenCombine Publishers.Zip.swift
[369/554] Compiling OpenCombine Publishers.swift
[370/554] Compiling OpenCombine Record.swift
[371/554] Compiling OpenCombine Result.Publisher.swift
[372/554] Compiling OpenCombine Publishers.Map.swift
[373/554] Compiling OpenCombine Publishers.MapError.swift
[374/554] Compiling OpenCombine Publishers.MeasureInterval.swift
[375/554] Compiling OpenCombine Publishers.Multicast.swift
[376/554] Compiling OpenCombine Publishers.Output.swift
[377/554] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[378/554] Compiling OpenCombine Publishers.PrefixWhile.swift
[379/554] Compiling OpenCombine Publishers.Print.swift
[380/554] Compiling OpenCombine Publishers.ReceiveOn.swift
[381/554] Compiling OpenCombine Publishers.Reduce.swift
[382/554] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[383/554] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[384/554] Compiling OpenCombine Publishers.ReplaceError.swift
[385/554] Compiling CombineSchedulers AnyScheduler.swift
[386/554] Compiling CombineSchedulers Concurrency.swift
[387/554] Compiling CombineSchedulers ImmediateScheduler.swift
[388/554] Compiling CombineSchedulers Deprecations.swift
[389/554] Compiling CombineSchedulers Lock.swift
[390/554] Compiling CombineSchedulers NSRecursiveLock.swift
[391/554] Compiling CombineSchedulers Platform.swift
[392/554] Compiling CombineSchedulers SwiftUI.swift
[397/554] Compiling CombineSchedulers TestScheduler.swift
[398/554] Compiling CombineSchedulers Timer.swift
[401/554] Compiling OpenCombine Result.swift
[402/554] Compiling OpenCombine Scheduler.swift
[403/554] Compiling OpenCombine Subject+Void.swift
[404/554] Compiling OpenCombine Subscriber+Void.swift
[405/554] Compiling OpenCombine Subscribers.Assign.swift
[406/554] Compiling OpenCombine Subscribers.Completion.swift
[407/554] Compiling OpenCombine Subscribers.Demand.swift
[408/554] Compiling OpenCombine Subscribers.Sink.swift
[409/554] Compiling OpenCombine Subscribers.swift
[410/554] Compiling OpenCombine Subscription.swift
[411/554] Compiling OpenCombine Subscriptions.swift
[412/554] Compiling OpenCombine _Introspection.swift
[415/556] Compiling CombineSchedulers UIScheduler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[416/556] Emitting module CombineSchedulers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
 21 |
 22 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 23 |   extension Scheduler {
    |             `- error: cannot find type 'Scheduler' in scope
 24 |     /// Returns a publisher that repeatedly emits the scheduler's current time on the given
 25 |     /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
 42 |
 43 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 44 |   extension Publishers {
    |             `- error: cannot find type 'Publishers' in scope
 45 |     /// A publisher that emits a scheduler's current time on a repeating interval.
 46 |     ///
[419/556] Compiling CombineSchedulers UIKit.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
 21 |
 22 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 23 |   extension Scheduler {
    |             `- error: cannot find type 'Scheduler' in scope
 24 |     /// Returns a publisher that repeatedly emits the scheduler's current time on the given
 25 |     /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
 42 |
 43 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 44 |   extension Publishers {
    |             `- error: cannot find type 'Publishers' in scope
 45 |     /// A publisher that emits a scheduler's current time on a repeating interval.
 46 |     ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
    |          `- error: cannot find type 'Publishers' in scope
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
 40 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
 33 |     /// - Returns: A publisher that repeatedly emits the current date on the given interval.
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
    |                       `- error: cannot find type 'SchedulerTimeType' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
    |                  `- error: cannot find type 'SchedulerTimeType' in scope
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
    |                `- error: cannot find type 'SchedulerOptions' in scope
 38 |     ) -> Publishers.Timer<Self> {
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
 85 |     /// XCTAssertEqual(output, Array(0...1_001))
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
    |                                         `- error: cannot find type '_CombineScheduler' in scope
 88 |       public typealias Output = Scheduler.SchedulerTimeType
 89 |       public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
 88 |       public typealias Output = Scheduler.SchedulerTimeType
    |                                           `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
    |                                      `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
 92 |       public let options: Scheduler.SchedulerOptions?
    |                                     `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
    |                                       `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 95 |
 96 |       private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
    |                                   `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
    |                              `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
    |                            `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 |       ) {
111 |         self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                          `- error: cannot find type 'Subscription' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                                        `- error: cannot find type 'Subscriber' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
122 |         typealias Input = Scheduler.SchedulerTimeType
    |                                     `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 |         typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 |         typealias Failure = Never
124 |
125 |         private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
    |                                              `- error: cannot find type 'AnySubscriber' in scope
126 |
127 |         private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                             `- error: cannot find type 'Subscriber' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 |         var customMirror: Mirror { return inner.customMirror }
159 |         var playgroundDescription: Any { return description }
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
    |                                `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
    |                      `- error: cannot find type 'Publishers' in scope
163 |           self.lock = Lock()
164 |           self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 |         }
170 |
171 |         func addSubscriber<Sub: Subscriber>(_ sub: Sub)
    |                                 `- error: cannot find type 'Subscriber' in scope
172 |         where
173 |           Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 |         }
182 |
183 |         func receive(subscription: Subscription) {
    |                                    `- error: cannot find type 'Subscription' in scope
184 |           lock.lock()
185 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 |         }
192 |
193 |         func receive(_ value: Input) -> Subscribers.Demand {
    |                                         `- error: cannot find type 'Subscribers' in scope
194 |           var resultingDemand: Subscribers.Demand = .max(0)
195 |           lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 |         }
207 |
208 |         func receive(completion: Subscribers.Completion<Failure>) {
    |                                  `- error: cannot find type 'Subscribers' in scope
209 |           lock.lock()
210 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 |         }
217 |
218 |         func request(_ demand: Subscribers.Demand) {
    |                                `- error: cannot find type 'Subscribers' in scope
219 |           lock.lock()
220 |           // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 |       }
238 |
239 |       public func receive<Sub: Subscriber>(subscriber: Sub)
    |                                `- error: cannot find type 'Subscriber' in scope
240 |       where Failure == Sub.Failure, Output == Sub.Input {
241 |         routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 |       }
243 |
244 |       public func connect() -> Cancellable {
    |                                `- error: cannot find type 'Cancellable' in scope
245 |         routingSubscription.isConnected = true
246 |         return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 |       }
248 |
249 |       private typealias Parent = Publishers.Timer
    |                                  `- error: cannot find type 'Publishers' in scope
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 |         CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                                                    `- error: cannot find type 'Subscription' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 |         Downstream.Failure == Never
255 |       {
256 |         private var cancellable: Cancellable?
    |                                  `- error: cannot find type 'Cancellable' in scope
257 |         private let lock: Lock
258 |         private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 |         private var parent: Parent<Scheduler>?
260 |         private var started: Bool
261 |         private var demand: Subscribers.Demand
    |                             `- error: cannot find type 'Subscribers' in scope
262 |
263 |         override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 |         }
327 |
328 |         func request(_ n: Subscribers.Demand) {
    |                           `- error: cannot find type 'Subscribers' in scope
329 |           lock.lock()
330 |           defer { lock.unlock() }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
 21 |
 22 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 23 |   extension Scheduler {
    |             `- error: cannot find type 'Scheduler' in scope
 24 |     /// Returns a publisher that repeatedly emits the scheduler's current time on the given
 25 |     /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
 42 |
 43 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 44 |   extension Publishers {
    |             `- error: cannot find type 'Publishers' in scope
 45 |     /// A publisher that emits a scheduler's current time on a repeating interval.
 46 |     ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
    |          `- error: cannot find type 'Publishers' in scope
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
 40 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
 33 |     /// - Returns: A publisher that repeatedly emits the current date on the given interval.
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
    |                       `- error: cannot find type 'SchedulerTimeType' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
    |                  `- error: cannot find type 'SchedulerTimeType' in scope
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
    |                `- error: cannot find type 'SchedulerOptions' in scope
 38 |     ) -> Publishers.Timer<Self> {
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
 85 |     /// XCTAssertEqual(output, Array(0...1_001))
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
    |                                         `- error: cannot find type '_CombineScheduler' in scope
 88 |       public typealias Output = Scheduler.SchedulerTimeType
 89 |       public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
 88 |       public typealias Output = Scheduler.SchedulerTimeType
    |                                           `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
    |                                      `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
 92 |       public let options: Scheduler.SchedulerOptions?
    |                                     `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
    |                                       `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 95 |
 96 |       private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
    |                                   `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
    |                              `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
    |                            `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 |       ) {
111 |         self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                          `- error: cannot find type 'Subscription' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                                        `- error: cannot find type 'Subscriber' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
122 |         typealias Input = Scheduler.SchedulerTimeType
    |                                     `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 |         typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 |         typealias Failure = Never
124 |
125 |         private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
    |                                              `- error: cannot find type 'AnySubscriber' in scope
126 |
127 |         private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                             `- error: cannot find type 'Subscriber' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 |         var customMirror: Mirror { return inner.customMirror }
159 |         var playgroundDescription: Any { return description }
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
    |                                `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
    |                      `- error: cannot find type 'Publishers' in scope
163 |           self.lock = Lock()
164 |           self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 |         }
170 |
171 |         func addSubscriber<Sub: Subscriber>(_ sub: Sub)
    |                                 `- error: cannot find type 'Subscriber' in scope
172 |         where
173 |           Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 |         }
182 |
183 |         func receive(subscription: Subscription) {
    |                                    `- error: cannot find type 'Subscription' in scope
184 |           lock.lock()
185 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 |         }
192 |
193 |         func receive(_ value: Input) -> Subscribers.Demand {
    |                                         `- error: cannot find type 'Subscribers' in scope
194 |           var resultingDemand: Subscribers.Demand = .max(0)
195 |           lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 |         }
207 |
208 |         func receive(completion: Subscribers.Completion<Failure>) {
    |                                  `- error: cannot find type 'Subscribers' in scope
209 |           lock.lock()
210 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 |         }
217 |
218 |         func request(_ demand: Subscribers.Demand) {
    |                                `- error: cannot find type 'Subscribers' in scope
219 |           lock.lock()
220 |           // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 |       }
238 |
239 |       public func receive<Sub: Subscriber>(subscriber: Sub)
    |                                `- error: cannot find type 'Subscriber' in scope
240 |       where Failure == Sub.Failure, Output == Sub.Input {
241 |         routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 |       }
243 |
244 |       public func connect() -> Cancellable {
    |                                `- error: cannot find type 'Cancellable' in scope
245 |         routingSubscription.isConnected = true
246 |         return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 |       }
248 |
249 |       private typealias Parent = Publishers.Timer
    |                                  `- error: cannot find type 'Publishers' in scope
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 |         CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                                                    `- error: cannot find type 'Subscription' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 |         Downstream.Failure == Never
255 |       {
256 |         private var cancellable: Cancellable?
    |                                  `- error: cannot find type 'Cancellable' in scope
257 |         private let lock: Lock
258 |         private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 |         private var parent: Parent<Scheduler>?
260 |         private var started: Bool
261 |         private var demand: Subscribers.Demand
    |                             `- error: cannot find type 'Subscribers' in scope
262 |
263 |         override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 |         }
327 |
328 |         func request(_ n: Subscribers.Demand) {
    |                           `- error: cannot find type 'Subscribers' in scope
329 |           lock.lock()
330 |           defer { lock.unlock() }
[422/564] Compiling CustomDump Unordered.swift
[423/564] Compiling CustomDump XCTAssertDifference.swift
[424/564] Compiling CustomDump XCTAssertNoDifference.swift
[426/564] Emitting module CustomDump
[431/564] Compiling CombineSchedulers UnimplementedScheduler.swift
BUILD FAILURE 6.1 android