The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Lockman, reference 1.7.7 (241db8), with Swift 6.1 for Android on 29 Nov 2025 13:43:20 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/takeshishimada/Lockman.git
Reference: 1.7.7
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
 * tag               1.7.7      -> FETCH_HEAD
HEAD is now at 241db84 chore: prepare for 1.7.7 release (#238)
Cloned https://github.com/takeshishimada/Lockman.git
Revision (git rev-parse @):
241db8450aaef88a85196e721867bf7db50a7ba1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/takeshishimada/Lockman.git at 1.7.7
========================================
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/932] Fetching swift-macro-testing
[561/3090] Fetching swift-macro-testing, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.64s)
[259/2158] Fetching swift-docc-plugin
[2159/20472] Fetching swift-docc-plugin, swift-collections
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-composable-architecture
[12782/93461] Fetching swift-docc-plugin, swift-collections, swift-syntax
[15157/405240] Fetching swift-docc-plugin, swift-collections, swift-syntax, swift-composable-architecture
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (2.56s)
[38826/403082] Fetching swift-collections, swift-syntax, swift-composable-architecture
Fetched https://github.com/apple/swift-collections.git from cache (2.66s)
[21972/384768] Fetching swift-syntax, swift-composable-architecture
Fetched https://github.com/swiftlang/swift-syntax from cache (9.34s)
[202657/311779] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (24.83s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (30.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.37s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.23.1 (1.42s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-navigation
[1/3511] Fetching swift-sharing
[3512/49555] Fetching swift-sharing, swift-navigation
[3513/55155] Fetching swift-sharing, swift-navigation, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.44s)
[1033/51644] Fetching swift-navigation, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
[9920/58080] Fetching swift-navigation, xctest-dynamic-overlay, swift-dependencies
[14143/59622] Fetching swift-navigation, xctest-dynamic-overlay, swift-dependencies, swift-identified-collections
[14346/61574] Fetching swift-navigation, xctest-dynamic-overlay, swift-dependencies, swift-identified-collections, swift-perception
[14737/66225] Fetching swift-navigation, xctest-dynamic-overlay, swift-dependencies, swift-identified-collections, swift-perception, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.72s)
[31289/64683] Fetching swift-navigation, xctest-dynamic-overlay, swift-dependencies, swift-perception, swift-custom-dump
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.73s)
[28038/60032] Fetching swift-navigation, xctest-dynamic-overlay, swift-dependencies, swift-perception
Fetched https://github.com/pointfreeco/swift-perception from cache (0.79s)
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.80s)
[21255/51644] Fetching swift-navigation, xctest-dynamic-overlay
[28163/52530] Fetching swift-navigation, xctest-dynamic-overlay, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.41s)
[39673/51644] Fetching swift-navigation, xctest-dynamic-overlay
[41976/56174] Fetching swift-navigation, xctest-dynamic-overlay, swift-case-paths
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.66s)
[1/2538] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.51s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.15s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (3.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (4.18s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.59s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.00s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (4.60s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.65s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.63s)
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.26s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.72s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.6.0 (0.76s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (3.15s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.05s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (1.94s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.98s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.63s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.94s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1299] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.44s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.16s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.75s)
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/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-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-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-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-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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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-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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.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/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
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/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/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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/115] Write sources
[16/115] Copying PrivacyInfo.xcprivacy
[17/115] Write sources
[19/115] Copying PrivacyInfo.xcprivacy
[19/115] Write sources
[79/115] Compiling UIKitNavigationShim shim.m
[81/115] Compiling _SwiftSyntaxCShims PlatformMutex.c
[82/115] Write swift-version-24593BA9C3E375BF.txt
[83/136] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[85/138] Emitting module Sharing2
[87/140] Compiling Sharing2 Empty.swift
[88/141] Emitting module Sharing1
[89/141] Compiling Sharing1 Empty.swift
[90/142] Compiling IssueReportingPackageSupport _Test.swift
[91/142] Emitting module IssueReportingPackageSupport
[94/143] Compiling Sharing1 Empty.swift
[95/143] Emitting module Sharing1
[96/144] Compiling IssueReportingPackageSupport _Test.swift
[97/144] Emitting module IssueReportingPackageSupport
[99/145] Compiling Sharing2 Empty.swift
[100/146] Compiling SwiftSyntax602 Empty.swift
[101/146] Emitting module SwiftSyntax602
[106/153] Compiling SwiftSyntax510 Empty.swift
[107/153] Emitting module SwiftSyntax510
[108/154] Emitting module SwiftSyntax600
[109/154] Compiling SwiftSyntax600 Empty.swift
[111/176] Compiling SwiftSyntax601 Empty.swift
[112/176] Emitting module SwiftSyntax601
[115/288] Emitting module SwiftSyntax509
[116/288] Compiling SwiftSyntax509 Empty.swift
[118/332] Compiling InternalCollectionsUtilities _SortedCollection.swift
[119/332] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[120/332] Compiling InternalCollectionsUtilities Debugging.swift
[121/332] Compiling InternalCollectionsUtilities Descriptions.swift
[122/335] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[123/335] Compiling IssueReporting Unimplemented.swift
[124/354] Compiling SwiftSyntax SyntaxCollection.swift
[125/354] Compiling SwiftSyntax SyntaxHashable.swift
[126/399] Compiling SwiftSyntax CustomTraits.swift
[127/399] Compiling SwiftSyntax EditorPlaceholder.swift
[128/399] Compiling SwiftSyntax SourceLength.swift
[129/399] Compiling SwiftSyntax SourceLocation.swift
[130/401] Emitting module IssueReporting
[131/401] Compiling SwiftSyntax SourcePresence.swift
[132/401] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[133/401] Compiling SwiftSyntax Syntax.swift
[134/401] Compiling SwiftSyntax SyntaxChildren.swift
[139/401] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[140/401] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[141/401] Emitting module InternalCollectionsUtilities
[143/401] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[144/401] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[145/401] Compiling SwiftSyntax Assert.swift
[146/401] Compiling SwiftSyntax BumpPtrAllocator.swift
[147/401] Compiling SwiftSyntax CommonAncestor.swift
[148/401] Compiling SwiftSyntax Convenience.swift
[149/401] Compiling SwiftSyntax AbsolutePosition.swift
[150/401] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[151/401] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[163/403] Compiling ConcurrencyExtras LockIsolated.swift
[164/403] Compiling ConcurrencyExtras MainSerialExecutor.swift
[169/404] Emitting module ConcurrencyExtras
[173/404] Compiling ConcurrencyExtras Result.swift
[174/404] Compiling ConcurrencyExtras Task.swift
[182/514] Compiling ConcurrencyExtras UncheckedSendable.swift
[183/515] Compiling OrderedCollections _HashTable+Bucket.swift
[184/515] Compiling OrderedCollections _HashTable+BucketIterator.swift
[185/515] Compiling OrderedCollections _HashTable+Constants.swift
[186/515] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[187/515] Compiling OrderedCollections _HashTable+Testing.swift
[188/515] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[189/515] Compiling OrderedCollections _HashTable.swift
[190/515] Compiling OrderedCollections _Hashtable+Header.swift
[191/515] Compiling OrderedCollections OrderedDictionary+Codable.swift
[192/515] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[193/515] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[194/515] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[195/515] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[204/528] Emitting module OpenCombine
[204/528] Wrapping AST for SwiftSyntax602 for debugging
[206/546] Compiling PerceptionCore ThreadLocal.swift
[207/546] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[208/546] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[209/546] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[210/546] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[211/546] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[212/546] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[213/546] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[214/546] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[215/546] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[216/546] Compiling OrderedCollections OrderedDictionary+Values.swift
[217/546] Compiling OrderedCollections OrderedDictionary.swift
[218/546] Compiling OrderedCollections OrderedSet+Codable.swift
[221/546] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[222/546] Compiling OrderedCollections OrderedSet+Descriptions.swift
[223/546] Compiling OrderedCollections OrderedSet+Diffing.swift
[224/546] Compiling OrderedCollections OrderedSet+Equatable.swift
[225/546] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[226/546] Compiling OrderedCollections OrderedSet+Hashable.swift
[227/546] Compiling OrderedCollections OrderedSet+Initializers.swift
[228/546] Compiling OrderedCollections OrderedSet+Insertions.swift
[229/546] Compiling OrderedCollections OrderedSet+Invariants.swift
[230/546] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[231/546] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[232/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[233/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[234/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[235/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[236/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[237/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[238/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[239/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[240/553] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[241/553] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[242/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[243/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[244/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[245/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[246/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[247/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[248/553] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[251/553] Compiling OrderedCollections OrderedSet+Sendable.swift
[252/553] Compiling OrderedCollections OrderedSet+SubSequence.swift
[253/553] Compiling OrderedCollections OrderedSet+Testing.swift
[254/553] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[255/553] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[256/553] Compiling OrderedCollections OrderedSet.swift
[257/553] Compiling OrderedCollections _UnsafeBitset.swift
[258/553] Compiling SwiftSyntax SyntaxKind.swift
[259/553] Compiling OpenCombine Publishers.IgnoreOutput.swift
[260/553] Compiling OpenCombine Publishers.Last.swift
[261/553] Compiling OpenCombine Publishers.MakeConnectable.swift
[262/553] Compiling XCTestDynamicOverlay Exports.swift
[263/553] Emitting module XCTestDynamicOverlay
[294/560] Compiling PerceptionCore PerceptionTracking.swift
[295/560] Compiling PerceptionCore Perceptions.swift
[296/560] Compiling PerceptionCore Bindable.swift
[297/560] Compiling PerceptionCore Environment.swift
[298/560] Compiling PerceptionCore WithPerceptionTracking.swift
[310/560] Compiling XCTestDynamicOverlay Deprecations.swift
[354/564] Compiling OpenCombine Result.swift
[355/564] Compiling OpenCombine Scheduler.swift
[356/564] Compiling OpenCombine Subject+Void.swift
[357/564] Compiling OpenCombine Subscriber+Void.swift
[358/564] Compiling OpenCombine Subscribers.Assign.swift
[359/564] Compiling OpenCombine Subscribers.Completion.swift
[360/564] Compiling OpenCombine Subscribers.Demand.swift
[361/564] Compiling OpenCombine Subscribers.Sink.swift
[362/564] Compiling OpenCombine Subscribers.swift
[363/564] Compiling OpenCombine Subscription.swift
[364/564] Compiling OpenCombine Subscriptions.swift
[365/564] Compiling OpenCombine _Introspection.swift
[366/569] Compiling ConcurrencyExtras MainSerialExecutor.swift
[367/570] Compiling PerceptionCore Deprecations.swift
[368/570] Compiling PerceptionCore Exports.swift
[369/570] Compiling PerceptionCore Locals.swift
[370/570] Compiling PerceptionCore ObservationBeta.swift
[371/570] Compiling PerceptionCore PerceptionChecking.swift
[372/570] Compiling PerceptionCore PerceptionRegistrar.swift
[373/570] Compiling PerceptionCore Locking.swift
[374/570] Compiling PerceptionCore Perceptible.swift
[377/572] Compiling Clocks Timer.swift
[386/573] Emitting module Clocks
[387/573] Compiling Clocks AnyClock.swift
[388/573] Compiling Clocks ImmediateClock.swift
[389/573] Compiling Clocks Lock.swift
[390/573] Compiling Clocks _AsyncTimerSequence.swift
[391/573] Compiling ConcurrencyExtras UncheckedSendable.swift
[392/573] Emitting module OrderedCollections
[393/573] Compiling OrderedCollections OrderedSet+Sendable.swift
[394/573] Compiling OrderedCollections OrderedSet+SubSequence.swift
[395/573] Compiling OrderedCollections OrderedSet+Testing.swift
[396/573] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[397/573] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[398/573] Compiling OrderedCollections OrderedSet.swift
[399/573] Compiling OrderedCollections _UnsafeBitset.swift
[403/574] Compiling Clocks SwiftUI.swift
[404/574] Compiling Clocks TestClock.swift
[412/574] Compiling Clocks UnimplementedClock.swift
[414/575] Emitting module IssueReporting
[415/575] Compiling IssueReporting WithExpectedIssue.swift
[416/575] Compiling IssueReporting WithIssueContext.swift
[417/575] Emitting module OrderedCollections
[418/576] Compiling OpenCombine Publishers.Map.swift
[419/576] Compiling OpenCombine Publishers.MapError.swift
[420/576] Compiling OpenCombine Publishers.MeasureInterval.swift
[421/576] Compiling OpenCombine Publishers.Multicast.swift
[422/576] Compiling OpenCombine Publishers.Output.swift
[423/576] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[424/576] Compiling OpenCombine Publishers.PrefixWhile.swift
[425/576] Compiling OpenCombine Publishers.Print.swift
[426/576] Compiling OpenCombine Publishers.ReceiveOn.swift
[427/576] Compiling OpenCombine Publishers.Reduce.swift
[428/576] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[429/576] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[430/576] Compiling OpenCombine Publishers.ReplaceError.swift
[431/576] Compiling OpenCombine Publishers.Retry.swift
[432/576] Compiling OpenCombine Publishers.Scan.swift
[433/576] Compiling OpenCombine Publishers.Sequence.swift
[434/576] Compiling OpenCombine Publishers.SetFailureType.swift
[435/576] Compiling OpenCombine Publishers.Share.swift
[436/576] Compiling OpenCombine Publishers.SubscribeOn.swift
[437/576] Compiling OpenCombine Publishers.SwitchToLatest.swift
[438/576] Compiling OpenCombine Publishers.Throttle.swift
[439/576] Compiling OpenCombine Publishers.Timeout.swift
[440/576] Compiling OpenCombine Publishers.Zip.swift
[441/576] Compiling OpenCombine Publishers.swift
[442/576] Compiling OpenCombine Record.swift
[443/576] Compiling OpenCombine Result.Publisher.swift
[452/578] Emitting module PerceptionCore
[457/624] Compiling PerceptionCore _PerceptionRegistrar.swift
[458/651] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[459/651] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[460/651] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[461/651] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[462/654] Compiling CasePathsCore UncheckedSendable.swift
[463/654] Compiling CasePathsCore KeyPath+Sendable.swift
[466/655] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[467/655] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[469/656] Compiling CustomDump ExpectNoDifference.swift
[470/656] Compiling CustomDump AnyType.swift
[471/656] Compiling CustomDump CollectionDifference.swift
[472/656] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[473/656] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[474/656] Compiling CustomDump Identifiable.swift
[475/656] Compiling CustomDump Mirror.swift
[476/656] Compiling CustomDump String.swift
[477/656] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[478/656] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[479/658] Compiling CasePathsCore TypeName.swift
[480/658] Compiling CustomDump Unordered.swift
[481/658] Compiling CustomDump XCTAssertDifference.swift
[482/658] Compiling CustomDump XCTAssertNoDifference.swift
[486/658] Compiling IdentifiedCollections IdentifiedArray.swift
[487/658] Compiling IdentifiedCollections IdentifiedCollection.swift
[491/660] Emitting module CustomDump
[496/671] Compiling OpenCombineFoundation Utils.swift
[497/671] Compiling OpenCombineFoundation Violations.swift
[499/671] Compiling OpenCombineFoundation JSONEncoder.swift
[500/671] Compiling OpenCombineFoundation NotificationCenter.swift
[501/671] Emitting module CasePathsCore
[502/671] Compiling OpenCombineFoundation Locking.swift
[503/671] Compiling OpenCombineFoundation Portability.swift
[504/671] Compiling CasePathsCore Never+CasePathable.swift
[505/671] Compiling CasePathsCore Optional+CasePathable.swift
[510/671] Compiling CasePathsCore Result+CasePathable.swift
[512/672] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[513/672] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[514/672] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[523/672] Emitting module IdentifiedCollections
[525/672] Compiling IdentifiedCollections IdentifiedArray.swift
[526/672] Compiling IdentifiedCollections IdentifiedCollection.swift
[527/673] Wrapping AST for SwiftSyntax601 for debugging
[528/675] Wrapping AST for SwiftSyntax600 for debugging
[529/675] Wrapping AST for SwiftSyntax510 for debugging
[530/675] Wrapping AST for SwiftSyntax509 for debugging
[539/675] Compiling CustomDump ExpectDifference.swift
[545/676] Compiling OpenCombineFoundation Timer+Publisher.swift
[550/677] Emitting module OpenCombineFoundation
[551/677] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[552/677] Emitting module OpenCombineDispatch
[553/678] Compiling OpenCombineFoundation PropertyListEncoder.swift
[554/678] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[558/678] Compiling ConcurrencyExtras LockIsolated.swift
[559/678] Emitting module ConcurrencyExtras
[566/679] Compiling ConcurrencyExtras Task.swift
[567/679] Compiling ConcurrencyExtras Result.swift
[576/680] Compiling OpenCombineFoundation URLSession.swift
[577/680] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[594/723] Compiling OpenCombineShim OpenCombineShim.swift
[595/723] Emitting module OpenCombineShim
[596/724] Compiling Clocks SwiftUI.swift
[597/725] Compiling XCTestDynamicOverlay Exports.swift
[599/725] Compiling CombineSchedulers UIKit.swift
[600/725] Compiling CombineSchedulers UIScheduler.swift
[601/726] Compiling Clocks Timer.swift
[602/726] 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() }
[603/726] 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() }
[604/726] Compiling CombineSchedulers AnyScheduler.swift
[605/726] Compiling CombineSchedulers Concurrency.swift
[606/726] Emitting module Clocks
[607/726] Compiling CombineSchedulers Platform.swift
[608/726] Compiling CombineSchedulers SwiftUI.swift
[609/726] Compiling CombineSchedulers ImmediateScheduler.swift
[610/726] Compiling CombineSchedulers Deprecations.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[611/733] 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 |     ///
[612/739] Compiling Clocks Lock.swift
[613/739] Compiling Clocks _AsyncTimerSequence.swift
[614/739] Compiling CombineSchedulers Lock.swift
[615/739] Compiling CombineSchedulers NSRecursiveLock.swift
[616/739] Compiling Clocks AnyClock.swift
[617/739] Compiling CombineSchedulers UnimplementedScheduler.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/34] Write swift-version-24593BA9C3E375BF.txt
[4/50] Compiling SwiftSyntax509 Empty.swift
[5/50] Compiling Sharing1 Empty.swift
[6/50] Emitting module SwiftSyntax601
[7/50] Compiling SwiftSyntax601 Empty.swift
[8/50] Emitting module SwiftSyntax602
[9/50] Compiling SwiftSyntax602 Empty.swift
[10/52] Emitting module Sharing1
[11/52] Emitting module SwiftSyntax510
[12/52] Emitting module SwiftSyntax509
[13/54] Emitting module Sharing2
[14/54] Compiling SwiftSyntax510 Empty.swift
[15/54] Compiling Sharing2 Empty.swift
[16/56] Emitting module SwiftSyntax600
[17/56] Compiling SwiftSyntax600 Empty.swift
[18/57] Emitting module Sharing2
[19/57] Compiling Sharing2 Empty.swift
[28/165] Compiling IssueReportingPackageSupport _Test.swift
[29/165] Emitting module IssueReportingPackageSupport
[30/166] Emitting module Sharing1
[31/166] Compiling Sharing1 Empty.swift
[32/167] Emitting module IssueReportingPackageSupport
[33/167] Compiling IssueReportingPackageSupport _Test.swift
[34/168] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[35/168] Compiling InternalCollectionsUtilities Integer rank.swift
[36/170] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[37/170] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/194] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[39/194] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[42/248] Compiling ConcurrencyExtras LockIsolated.swift
[43/248] Compiling ConcurrencyExtras MainSerialExecutor.swift
[44/258] Compiling OpenCombine Fail.swift
[45/258] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[47/265] Compiling OpenCombine Deferred.swift
[48/265] Compiling OpenCombine Empty.swift
[51/265] Compiling ConcurrencyExtras Result.swift
[52/265] Compiling ConcurrencyExtras Task.swift
[53/265] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[54/265] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[57/265] Compiling OpenCombine ObservableObject.swift
[58/265] Compiling OpenCombine PassthroughSubject.swift
[59/265] Compiling OpenCombine ImmediateScheduler.swift
[61/265] Compiling OpenCombine ConduitBase.swift
[62/265] Compiling OpenCombine ConduitList.swift
[63/265] Compiling OpenCombine Utils.swift
[64/265] Compiling OpenCombine Violations.swift
[65/265] Emitting module ConcurrencyExtras
[68/265] Compiling ConcurrencyExtras UncheckedSendable.swift
[71/315] Compiling IssueReporting SwiftTesting.swift
[72/315] Compiling IssueReporting UncheckedSendable.swift
[73/315] Compiling IssueReporting Warn.swift
[75/315] Compiling ConcurrencyExtras MainSerialExecutor.swift
[77/316] Compiling IssueReporting ErrorReporting.swift
[78/316] Compiling ConcurrencyExtras LockIsolated.swift
[81/316] Compiling ConcurrencyExtras Result.swift
[82/316] Compiling ConcurrencyExtras Task.swift
[83/316] Compiling IssueReporting AppHostWarning.swift
[84/316] Compiling IssueReporting Deprecations.swift
[87/316] Compiling IssueReporting Rethrows.swift
[88/316] Compiling IssueReporting XCTest.swift
[89/316] Compiling IssueReporting IsTesting.swift
[90/316] Emitting module ConcurrencyExtras
[93/318] Compiling IssueReporting IssueReporter.swift
[94/320] Emitting module InternalCollectionsUtilities
[96/320] Compiling IssueReporting TestContext.swift
[97/320] Compiling IssueReporting Unimplemented.swift
[98/320] Compiling ConcurrencyExtras UncheckedSendable.swift
[101/321] Compiling IssueReporting FailureObserver.swift
[102/321] Compiling IssueReporting LockIsolated.swift
[111/321] Compiling IssueReporting RuntimeWarningReporter.swift
[112/321] Compiling IssueReporting ReportIssue.swift
[117/323] Compiling IssueReporting BreakpointReporter.swift
[118/323] Compiling IssueReporting FatalErrorReporter.swift
[121/323] Emitting module IssueReporting
[148/331] Compiling IssueReporting WithExpectedIssue.swift
[149/331] Compiling IssueReporting WithIssueContext.swift
[150/411] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[151/411] Compiling OrderedCollections OrderedSet+Descriptions.swift
[154/447] Compiling XCTestDynamicOverlay Exports.swift
[155/464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[156/464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[157/464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[158/464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[159/464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[160/464] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[161/464] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[162/471] Emitting module XCTestDynamicOverlay
[163/484] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[164/484] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[165/484] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[166/484] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[167/484] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[168/484] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[169/484] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[177/491] Compiling OrderedCollections OrderedSet+Initializers.swift
[178/491] Compiling OrderedCollections OrderedSet+Insertions.swift
[179/491] Compiling OrderedCollections OrderedSet+Invariants.swift
[180/491] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[181/491] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[182/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[183/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[184/491] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[192/491] Compiling XCTestDynamicOverlay Deprecations.swift
[193/491] Compiling XCTestDynamicOverlay Exports.swift
[194/492] Compiling CombineSchedulers UIScheduler.swift
[195/493] Compiling CombineSchedulers AnyScheduler.swift
[196/493] Compiling CombineSchedulers Concurrency.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[197/493] 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 |     ///
[198/493] Compiling CombineSchedulers UIKit.swift
[200/493] Compiling OrderedCollections _HashTable+Bucket.swift
[201/493] Compiling OrderedCollections _HashTable+BucketIterator.swift
[202/493] Compiling OrderedCollections _HashTable+Constants.swift
[203/493] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[204/493] Compiling OrderedCollections _HashTable+Testing.swift
[205/493] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[206/493] Compiling OrderedCollections _HashTable.swift
[207/493] Compiling OrderedCollections _Hashtable+Header.swift
[208/493] Compiling CombineSchedulers Platform.swift
[209/493] Compiling CombineSchedulers SwiftUI.swift
[210/493] 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() }
[211/493] 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() }
[212/493] Compiling OrderedCollections OrderedDictionary.swift
[213/493] Compiling OrderedCollections OrderedSet+Codable.swift
[216/493] Compiling OrderedCollections OrderedSet+Diffing.swift
[217/493] Compiling OrderedCollections OrderedSet+Equatable.swift
[218/493] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[219/493] Compiling OrderedCollections OrderedSet+Hashable.swift
[220/493] Compiling CombineSchedulers UnimplementedScheduler.swift
[223/493] Compiling CombineSchedulers ImmediateScheduler.swift
[224/493] Compiling CombineSchedulers Deprecations.swift
[225/493] Compiling CombineSchedulers Lock.swift
[226/493] Compiling CombineSchedulers NSRecursiveLock.swift
[231/493] Compiling PerceptionCore Bindable.swift
[232/493] Compiling PerceptionCore Environment.swift
[233/493] Compiling PerceptionCore WithPerceptionTracking.swift
[260/493] Compiling PerceptionCore ThreadLocal.swift
[261/493] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[262/493] Compiling OrderedCollections OrderedDictionary+Values.swift
[277/505] Emitting module XCTestDynamicOverlay
[278/520] Compiling PerceptionCore Bindable.swift
[279/520] Compiling PerceptionCore Environment.swift
[280/520] Compiling PerceptionCore WithPerceptionTracking.swift
[281/520] Compiling PerceptionCore ThreadLocal.swift
[282/521] Compiling PerceptionCore Locking.swift
[283/521] Compiling PerceptionCore Perceptible.swift
[284/521] Compiling PerceptionCore Deprecations.swift
[285/521] Compiling PerceptionCore Exports.swift
[286/521] Emitting module PerceptionCore
[287/521] Compiling PerceptionCore _PerceptionRegistrar.swift
[288/521] Compiling PerceptionCore PerceptionChecking.swift
[289/521] Compiling PerceptionCore PerceptionRegistrar.swift
[290/521] Compiling PerceptionCore Locals.swift
[291/521] Compiling PerceptionCore ObservationBeta.swift
[292/521] Compiling PerceptionCore PerceptionTracking.swift
[293/521] Compiling PerceptionCore Perceptions.swift
BUILD FAILURE 6.1 android