The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Lockman, reference 1.7.7 (241db8), with Swift 6.1 for Wasm on 29 Nov 2025 13:44:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/2158] Fetching swift-docc-plugin
[217/3090] Fetching swift-docc-plugin, swift-macro-testing
[2725/21404] Fetching swift-docc-plugin, swift-macro-testing, swift-collections
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.38s)
[2708/20472] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
[2564/18314] Fetching swift-collections
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetched https://github.com/apple/swift-collections.git from cache (1.78s)
[1/72989] Fetching swift-syntax
[2921/384768] Fetching swift-syntax, swift-composable-architecture
Fetched https://github.com/swiftlang/swift-syntax from cache (8.84s)
[193303/311779] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (21.62s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (29.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3583] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.04s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.23.1 (1.92s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-navigation
[1/6436] Fetching swift-dependencies
[2/9947] Fetching swift-dependencies, swift-sharing
[1056/11899] Fetching swift-dependencies, swift-sharing, swift-perception
[1191/13441] Fetching swift-dependencies, swift-sharing, swift-perception, swift-identified-collections
[13442/19041] Fetching swift-dependencies, swift-sharing, swift-perception, swift-identified-collections, xctest-dynamic-overlay
[13554/65085] Fetching swift-dependencies, swift-sharing, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.67s)
[15542/58649] Fetching swift-sharing, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.68s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.68s)
[10950/53596] Fetching swift-perception, xctest-dynamic-overlay, swift-navigation
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-custom-dump
[53597/54482] Fetching swift-perception, xctest-dynamic-overlay, swift-navigation, swift-concurrency-extras
[54023/59012] Fetching swift-perception, xctest-dynamic-overlay, swift-navigation, swift-concurrency-extras, swift-case-paths
[54633/63663] Fetching swift-perception, xctest-dynamic-overlay, swift-navigation, swift-concurrency-extras, swift-case-paths, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (2.29s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-perception from cache (2.99s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.00s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (3.02s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (2.35s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (2.35s)
[1/2538] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.27s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.94s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.60s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.91s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (4.48s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.74s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.72s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.76s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.53s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.55s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.6.0 (0.57s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (2.64s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.80s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.30s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.60s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.57s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1299] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.28s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.84s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.64s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/pointfreeco/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-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
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-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-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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
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-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
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-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/115] Write sources
[8/115] Copying PrivacyInfo.xcprivacy
[8/115] Write sources
[56/115] Copying PrivacyInfo.xcprivacy
[56/115] Write sources
[58/115] Copying PrivacyInfo.xcprivacy
[58/115] Write sources
[79/115] Compiling UIKitNavigationShim shim.m
[81/115] Compiling _SwiftSyntaxCShims PlatformMutex.c
[82/115] Write swift-version-24593BA9C3E375BF.txt
[84/125] Emitting module SwiftSyntax602
[84/129] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[86/131] Emitting module Sharing2
[87/131] Compiling Sharing2 Empty.swift
[88/132] Emitting module SwiftSyntax600
[89/132] Compiling SwiftSyntax600 Empty.swift
[90/133] Compiling SwiftSyntax602 Empty.swift
[92/134] Emitting module Sharing2
[93/134] Compiling Sharing2 Empty.swift
[94/135] Compiling SwiftSyntax601 Empty.swift
[95/135] Emitting module SwiftSyntax601
[96/136] Compiling Sharing1 Empty.swift
[97/136] Emitting module Sharing1
[99/137] Emitting module SwiftSyntax510
[100/137] Compiling SwiftSyntax510 Empty.swift
[102/138] Emitting module SwiftSyntax509
[103/138] Compiling SwiftSyntax509 Empty.swift
[109/275] Emitting module Sharing1
[110/275] Compiling Sharing1 Empty.swift
[112/292] Emitting module IssueReportingPackageSupport
[113/292] Compiling IssueReportingPackageSupport _Test.swift
[114/293] Emitting module IssueReportingPackageSupport
[115/293] Compiling IssueReportingPackageSupport _Test.swift
[117/294] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[118/294] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[119/294] Compiling InternalCollectionsUtilities Debugging.swift
[120/294] Compiling InternalCollectionsUtilities Descriptions.swift
[121/296] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[122/296] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[123/296] Compiling InternalCollectionsUtilities _SortedCollection.swift
[124/296] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[127/298] Wrapping AST for SwiftSyntax602 for debugging
[129/317] Compiling IssueReporting Deprecations.swift
[130/317] Compiling IssueReporting BreakpointReporter.swift
[131/317] Compiling IssueReporting FatalErrorReporter.swift
[132/317] Compiling IssueReporting RuntimeWarningReporter.swift
[133/380] Compiling SwiftSyntax MissingNodeInitializers.swift
[134/380] Compiling SwiftSyntax RawSyntax.swift
[135/380] Compiling SwiftSyntax RawSyntaxArena.swift
[136/380] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[137/380] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[138/380] Compiling SwiftSyntax RawSyntaxTokenView.swift
[139/380] Emitting module InternalCollectionsUtilities
[140/399] Compiling IssueReporting ErrorReporting.swift
[141/399] Compiling IssueReporting AppHostWarning.swift
[142/399] Compiling IssueReporting Deprecations.swift
[143/399] Compiling IssueReporting FailureObserver.swift
[144/399] Compiling IssueReporting LockIsolated.swift
[145/399] Emitting module InternalCollectionsUtilities
[146/399] Compiling IssueReporting Rethrows.swift
[147/399] Compiling IssueReporting SwiftTesting.swift
[153/400] Compiling IssueReporting UncheckedSendable.swift
[154/400] Compiling IssueReporting Warn.swift
[156/401] Wrapping AST for SwiftSyntax601 for debugging
[167/401] Compiling IssueReporting XCTest.swift
[168/401] Compiling IssueReporting IsTesting.swift
[169/401] Compiling IssueReporting IssueReporter.swift
[170/401] Compiling IssueReporting BreakpointReporter.swift
[171/523] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[172/523] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[173/525] Emitting module ConcurrencyExtras
[174/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[175/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[176/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[177/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[178/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[179/526] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[180/526] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[181/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[182/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[183/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[184/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[185/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[186/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[187/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[188/533] Compiling OrderedCollections _HashTable.swift
[189/533] Compiling OrderedCollections _Hashtable+Header.swift
[190/533] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[191/533] Emitting module OpenCombine
[192/533] Compiling OrderedCollections OrderedDictionary+Codable.swift
[193/533] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[194/533] Compiling OrderedCollections OrderedDictionary.swift
[195/533] Compiling OrderedCollections OrderedSet+Codable.swift
[196/533] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[197/533] Compiling OrderedCollections OrderedSet+Descriptions.swift
[198/533] Compiling OrderedCollections OrderedSet+Diffing.swift
[199/533] Compiling OrderedCollections OrderedSet+Equatable.swift
[200/533] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[201/533] Compiling OrderedCollections OrderedSet+Hashable.swift
[202/540] Compiling ConcurrencyExtras UncheckedSendable.swift
[205/540] Compiling IssueReporting WithExpectedIssue.swift
[206/540] Compiling IssueReporting WithIssueContext.swift
[207/540] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[208/540] Compiling OrderedCollections OrderedDictionary+Elements.swift
[209/540] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[210/540] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[219/540] Compiling OrderedCollections OrderedSet+Initializers.swift
[220/540] Compiling OrderedCollections OrderedSet+Insertions.swift
[221/540] Compiling OrderedCollections OrderedSet+Invariants.swift
[222/540] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[223/540] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[224/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[225/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[226/540] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[227/540] Emitting module IssueReporting
[228/540] Compiling OrderedCollections _HashTable+Bucket.swift
[229/540] Compiling OrderedCollections _HashTable+BucketIterator.swift
[230/540] Compiling OrderedCollections _HashTable+Constants.swift
[231/540] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[232/540] Compiling OrderedCollections _HashTable+Testing.swift
[233/540] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[259/540] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[260/540] Compiling OrderedCollections OrderedDictionary+Values.swift
[272/540] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[273/540] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[274/540] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[279/540] Compiling OpenCombine Result.swift
[280/540] Compiling OpenCombine Scheduler.swift
[281/540] Compiling OpenCombine Subject+Void.swift
[282/540] Compiling OpenCombine Subscriber+Void.swift
[283/540] Compiling OpenCombine Subscribers.Assign.swift
[284/540] Compiling OpenCombine Subscribers.Completion.swift
[285/540] Compiling OpenCombine Subscribers.Demand.swift
[286/540] Compiling OpenCombine Subscribers.Sink.swift
[287/540] Compiling OpenCombine Subscribers.swift
[288/540] Compiling OpenCombine Subscription.swift
[289/540] Compiling OpenCombine Subscriptions.swift
[290/540] Compiling OpenCombine _Introspection.swift
[293/542] Compiling IssueReporting WithExpectedIssue.swift
[294/542] Compiling IssueReporting WithIssueContext.swift
[295/542] Emitting module ConcurrencyExtras
[300/543] Compiling OrderedCollections OrderedSet+Sendable.swift
[301/543] Compiling OrderedCollections OrderedSet+SubSequence.swift
[302/543] Compiling OrderedCollections OrderedSet+Testing.swift
[303/543] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[304/543] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[305/543] Compiling OrderedCollections OrderedSet.swift
[306/543] Compiling OrderedCollections _UnsafeBitset.swift
[307/543] Compiling SwiftSyntax SyntaxNodesAB.swift
[308/543] Compiling OpenCombine Publishers.IgnoreOutput.swift
[309/543] Compiling OpenCombine Publishers.Last.swift
[310/543] Compiling OpenCombine Publishers.MakeConnectable.swift
[311/543] Compiling ConcurrencyExtras UncheckedSendable.swift
[371/543] Compiling ConcurrencyExtras LockIsolated.swift
[372/543] Compiling ConcurrencyExtras MainSerialExecutor.swift
[373/543] Compiling ConcurrencyExtras Result.swift
[374/543] Compiling ConcurrencyExtras Task.swift
[383/544] Wrapping AST for SwiftSyntax600 for debugging
[401/545] Compiling ConcurrencyExtras Result.swift
[402/545] Compiling ConcurrencyExtras Task.swift
[404/545] Wrapping AST for SwiftSyntax510 for debugging
[406/545] Emitting module OrderedCollections
[408/546] Compiling ConcurrencyExtras MainSerialExecutor.swift
[411/546] Emitting module IssueReporting
[419/546] Compiling ConcurrencyExtras LockIsolated.swift
[420/547] Wrapping AST for SwiftSyntax509 for debugging
[422/547] Emitting module OrderedCollections
[423/548] Compiling OpenCombine Publishers.Map.swift
[424/548] Compiling OpenCombine Publishers.MapError.swift
[425/548] Compiling OpenCombine Publishers.MeasureInterval.swift
[426/548] Compiling OpenCombine Publishers.Multicast.swift
[427/548] Compiling OpenCombine Publishers.Output.swift
[428/548] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[429/548] Compiling OpenCombine Publishers.PrefixWhile.swift
[430/548] Compiling OpenCombine Publishers.Print.swift
[431/548] Compiling OpenCombine Publishers.ReceiveOn.swift
[432/548] Compiling OpenCombine Publishers.Reduce.swift
[433/548] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[434/548] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[435/548] Compiling OpenCombine Publishers.ReplaceError.swift
[436/548] Compiling OpenCombine Publishers.Retry.swift
[437/548] Compiling OpenCombine Publishers.Scan.swift
[438/548] Compiling OpenCombine Publishers.Sequence.swift
[439/548] Compiling OpenCombine Publishers.SetFailureType.swift
[440/548] Compiling OpenCombine Publishers.Share.swift
[441/548] Compiling OpenCombine Publishers.SubscribeOn.swift
[442/548] Compiling OpenCombine Publishers.SwitchToLatest.swift
[443/548] Compiling OpenCombine Publishers.Throttle.swift
[444/548] Compiling OpenCombine Publishers.Timeout.swift
[445/548] Compiling OpenCombine Publishers.Zip.swift
[446/548] Compiling OpenCombine Publishers.swift
[447/548] Compiling OpenCombine Record.swift
[448/548] Compiling OpenCombine Result.Publisher.swift
[462/590] Compiling XCTestDynamicOverlay Exports.swift
[463/625] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[464/625] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[465/625] Compiling CombineSchedulers UIScheduler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[466/626] 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 |     ///
[467/626] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[468/626] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[469/626] Compiling CombineSchedulers UIKit.swift
[470/626] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 |       var attr = pthread_mutexattr_t()
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
   |       `- error: cannot find 'pthread_mutexattr_init' in scope
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
   |       `- error: cannot find 'pthread_mutexattr_settype' in scope
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
   |                                              `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
   |       `- error: cannot find 'pthread_mutex_init' in scope
57 |       pthread_mutexattr_destroy(&attr)
58 |       self.mutex = mutex
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
   |       `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 |       self.mutex = mutex
59 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 |     func lock() {
66 |       pthread_mutex_lock(&mutex)
   |       `- error: cannot find 'pthread_mutex_lock' in scope
67 |     }
68 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 |     func unlock() {
70 |       pthread_mutex_unlock(&mutex)
   |       `- error: cannot find 'pthread_mutex_unlock' in scope
71 |     }
72 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 |     deinit {
78 |       pthread_mutex_destroy(&mutex)
   |       `- error: cannot find 'pthread_mutex_destroy' in scope
79 |     }
80 |   }
[471/626] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 |       var attr = pthread_mutexattr_t()
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
   |       `- error: cannot find 'pthread_mutexattr_init' in scope
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
   |       `- error: cannot find 'pthread_mutexattr_settype' in scope
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
   |                                              `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
   |       `- error: cannot find 'pthread_mutex_init' in scope
57 |       pthread_mutexattr_destroy(&attr)
58 |       self.mutex = mutex
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
   |       `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 |       self.mutex = mutex
59 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 |     func lock() {
66 |       pthread_mutex_lock(&mutex)
   |       `- error: cannot find 'pthread_mutex_lock' in scope
67 |     }
68 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 |     func unlock() {
70 |       pthread_mutex_unlock(&mutex)
   |       `- error: cannot find 'pthread_mutex_unlock' in scope
71 |     }
72 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 |     deinit {
78 |       pthread_mutex_destroy(&mutex)
   |       `- error: cannot find 'pthread_mutex_destroy' in scope
79 |     }
80 |   }
[472/626] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[473/626] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[474/626] Compiling IdentifiedCollections Identified.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() }
[475/626] Compiling IdentifiedCollections IdentifiedArray+Codable.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() }
[476/629] Compiling Clocks Timer.swift
[477/630] Compiling CombineSchedulers UnimplementedScheduler.swift
[478/630] Emitting module XCTestDynamicOverlay
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/62] Compiling IssueReportingPackageSupport _Test.swift
[5/64] Compiling SwiftSyntax601 Empty.swift
[6/64] Compiling SwiftSyntax509 Empty.swift
[7/64] Emitting module SwiftSyntax509
[8/65] Compiling SwiftSyntax510 Empty.swift
[9/65] Emitting module IssueReportingPackageSupport
[11/65] Emitting module SwiftSyntax602
[12/65] Compiling SwiftSyntax602 Empty.swift
[14/65] Emitting module SwiftSyntax601
[15/67] Emitting module SwiftSyntax600
[16/67] Compiling SwiftSyntax600 Empty.swift
[17/68] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[18/68] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/70] Emitting module SwiftSyntax510
[20/71] Emitting module IssueReportingPackageSupport
[21/71] Compiling IssueReportingPackageSupport _Test.swift
[23/71] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/71] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/71] Compiling InternalCollectionsUtilities Debugging.swift
[27/71] Compiling InternalCollectionsUtilities Descriptions.swift
[31/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/70] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[34/70] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[35/134] Emitting module InternalCollectionsUtilities
[36/170] Emitting module Sharing2
[37/206] Compiling Sharing1 Empty.swift
[38/206] Emitting module Sharing1
[39/206] Compiling Sharing1 Empty.swift
[40/206] Compiling Sharing2 Empty.swift
[41/208] Emitting module Sharing2
[42/208] Compiling Sharing2 Empty.swift
[43/209] Emitting module Sharing1
[48/210] Compiling IssueReporting Deprecations.swift
[49/210] Compiling IssueReporting FailureObserver.swift
[50/210] Compiling IssueReporting LockIsolated.swift
[51/210] Compiling IssueReporting ErrorReporting.swift
[52/210] Compiling IssueReporting AppHostWarning.swift
[53/210] Compiling IssueReporting Rethrows.swift
[54/210] Compiling IssueReporting XCTest.swift
[55/211] Compiling IssueReporting BreakpointReporter.swift
[56/211] Compiling IssueReporting FatalErrorReporter.swift
[58/255] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[59/255] Compiling SwiftSyntax RawSyntaxTokenView.swift
[60/255] Compiling SwiftSyntax SourceEdit.swift
[61/316] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/316] Compiling SwiftSyntax Convenience.swift
[63/316] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/316] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/316] Compiling SwiftSyntax CustomTraits.swift
[66/316] Compiling SwiftSyntax EditorPlaceholder.swift
[67/316] Compiling InternalCollectionsUtilities Debugging.swift
[68/316] Compiling InternalCollectionsUtilities Descriptions.swift
[69/316] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[74/316] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/316] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/317] Compiling ConcurrencyExtras MainSerialExecutor.swift
[77/317] Compiling ConcurrencyExtras LockIsolated.swift
[78/317] Compiling ConcurrencyExtras MainSerialExecutor.swift
[79/317] Compiling ConcurrencyExtras Result.swift
[80/318] Compiling ConcurrencyExtras Task.swift
[81/318] Compiling ConcurrencyExtras LockIsolated.swift
[84/318] Compiling ConcurrencyExtras UncheckedSendable.swift
[85/318] Compiling InternalCollectionsUtilities UInt+reversed.swift
[86/318] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[87/318] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/318] Compiling InternalCollectionsUtilities Integer rank.swift
[89/318] Emitting module IssueReporting
[92/318] Compiling InternalCollectionsUtilities _SortedCollection.swift
[93/318] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/375] Emitting module IssueReporting
[95/375] Compiling ConcurrencyExtras UncheckedSendable.swift
[96/375] Emitting module ConcurrencyExtras
[98/376] Compiling OrderedCollections _HashTable+Constants.swift
[99/376] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[100/376] Compiling OrderedCollections _HashTable+Bucket.swift
[101/376] Compiling OrderedCollections _HashTable+BucketIterator.swift
[102/376] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[103/376] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[104/376] Compiling ConcurrencyExtras Result.swift
[105/376] Compiling ConcurrencyExtras Task.swift
[106/377] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[107/377] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[108/377] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[109/377] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[111/377] Compiling OrderedCollections OrderedDictionary+Elements.swift
[112/377] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[114/377] Emitting module OpenCombine
[116/389] Compiling OrderedCollections _HashTable+Testing.swift
[117/389] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[118/389] Compiling OrderedCollections _HashTable.swift
[119/389] Compiling OrderedCollections _Hashtable+Header.swift
[120/389] Compiling OrderedCollections OrderedDictionary+Codable.swift
[132/390] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[133/390] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[135/391] Emitting module InternalCollectionsUtilities
[138/391] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[141/391] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[142/391] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[143/391] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[144/391] Compiling OrderedCollections OrderedDictionary+Values.swift
[154/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[155/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[156/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[157/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[158/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[159/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[160/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[161/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[162/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[163/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[164/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[165/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[166/398] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[167/398] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[168/398] Compiling OrderedCollections OrderedDictionary.swift
[169/398] Compiling OrderedCollections OrderedSet+Codable.swift
[170/398] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[171/398] Compiling OrderedCollections OrderedSet+Descriptions.swift
[172/398] Compiling OrderedCollections OrderedSet+Diffing.swift
[173/398] Compiling OrderedCollections OrderedSet+Equatable.swift
[174/398] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[175/398] Compiling OrderedCollections OrderedSet+Hashable.swift
[176/398] Compiling OrderedCollections OrderedSet+Initializers.swift
[177/398] Compiling OrderedCollections OrderedSet+Insertions.swift
[178/398] Compiling OrderedCollections OrderedSet+Invariants.swift
[179/398] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[180/398] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[181/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[182/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[183/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[184/398] Compiling OpenCombine Publishers.Map.swift
[185/398] Compiling OpenCombine Publishers.MapError.swift
[186/398] Compiling OpenCombine Publishers.MeasureInterval.swift
[187/398] Compiling OpenCombine Publishers.Multicast.swift
[188/398] Compiling OpenCombine Publishers.Output.swift
[189/398] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[190/398] Compiling OpenCombine Publishers.PrefixWhile.swift
[191/398] Compiling OpenCombine Publishers.Print.swift
[192/398] Compiling OpenCombine Publishers.ReceiveOn.swift
[193/398] Compiling OpenCombine Publishers.Reduce.swift
[194/398] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[195/398] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[196/398] Compiling OpenCombine Publishers.ReplaceError.swift
[197/427] Compiling OpenCombine Result.swift
[198/427] Compiling OpenCombine Scheduler.swift
[199/427] Compiling OpenCombine Subject+Void.swift
[200/427] Compiling OpenCombine Subscriber+Void.swift
[201/427] Compiling OpenCombine Subscribers.Assign.swift
[202/427] Compiling OpenCombine Subscribers.Completion.swift
[203/427] Compiling OpenCombine Subscribers.Demand.swift
[204/427] Compiling OpenCombine Subscribers.Sink.swift
[205/427] Compiling OpenCombine Subscribers.swift
[206/427] Compiling OpenCombine Subscription.swift
[207/427] Compiling OpenCombine Subscriptions.swift
[208/427] Compiling OpenCombine _Introspection.swift
[209/427] Compiling XCTestDynamicOverlay Exports.swift
[210/427] Compiling PerceptionCore Locals.swift
[211/427] Compiling PerceptionCore ObservationBeta.swift
[212/427] Compiling PerceptionCore PerceptionChecking.swift
[213/427] Compiling PerceptionCore PerceptionRegistrar.swift
[214/427] Compiling PerceptionCore Locking.swift
[215/427] Compiling PerceptionCore Perceptible.swift
[216/427] Compiling PerceptionCore Deprecations.swift
[217/428] Compiling XCTestDynamicOverlay Exports.swift
[219/428] Compiling Clocks SwiftUI.swift
[220/429] Compiling Clocks Lock.swift
[228/429] Compiling PerceptionCore Exports.swift
[229/442] Compiling Clocks Timer.swift
[232/444] Compiling OrderedCollections OrderedSet+Sendable.swift
[233/444] Compiling OrderedCollections OrderedSet+SubSequence.swift
[234/444] Compiling OrderedCollections OrderedSet+Testing.swift
[235/444] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[236/444] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[237/444] Compiling OrderedCollections OrderedSet.swift
[238/444] Compiling OrderedCollections _UnsafeBitset.swift
[239/444] Compiling SwiftSyntax SyntaxNodesAB.swift
[240/444] Compiling OpenCombine Publishers.IgnoreOutput.swift
[241/444] Compiling OpenCombine Publishers.Last.swift
[242/444] Compiling OpenCombine Publishers.MakeConnectable.swift
[243/444] Compiling Clocks _AsyncTimerSequence.swift
[244/444] Compiling Clocks AnyClock.swift
[245/444] Compiling Clocks ImmediateClock.swift
[246/444] Emitting module Clocks
[247/444] Compiling PerceptionCore Environment.swift
[286/444] Compiling PerceptionCore Locking.swift
[287/444] Compiling PerceptionCore Perceptible.swift
[288/444] Compiling PerceptionCore Deprecations.swift
[289/444] Compiling PerceptionCore Exports.swift
[290/444] Compiling PerceptionCore PerceptionTracking.swift
[291/444] Compiling PerceptionCore Perceptions.swift
[292/444] Compiling PerceptionCore Locals.swift
[293/444] Compiling PerceptionCore ObservationBeta.swift
[294/444] Compiling PerceptionCore PerceptionChecking.swift
[295/444] Compiling PerceptionCore PerceptionRegistrar.swift
[296/444] Compiling PerceptionCore WithPerceptionTracking.swift
[297/444] Compiling PerceptionCore ThreadLocal.swift
[298/444] Compiling PerceptionCore Bindable.swift
[299/444] Compiling Clocks UnimplementedClock.swift
[300/444] Emitting module XCTestDynamicOverlay
[301/444] Compiling XCTestDynamicOverlay Deprecations.swift
[302/445] Compiling Clocks TestClock.swift
[303/446] Compiling XCTestDynamicOverlay Deprecations.swift
[304/446] Emitting module XCTestDynamicOverlay
[305/446] Compiling OpenCombine Publishers.Retry.swift
[306/446] Compiling OpenCombine Publishers.Scan.swift
[307/446] Compiling OpenCombine Publishers.Sequence.swift
[308/446] Compiling OpenCombine Publishers.SetFailureType.swift
[309/446] Compiling OpenCombine Publishers.Share.swift
[310/446] Compiling OpenCombine Publishers.SubscribeOn.swift
[311/446] Compiling OpenCombine Publishers.SwitchToLatest.swift
[312/446] Compiling OpenCombine Publishers.Throttle.swift
[313/446] Compiling OpenCombine Publishers.Timeout.swift
[314/446] Compiling OpenCombine Publishers.Zip.swift
[315/446] Compiling OpenCombine Publishers.swift
[316/446] Compiling OpenCombine Record.swift
[317/446] Compiling OpenCombine Result.Publisher.swift
[329/475] Compiling CustomDump StoreKit.swift
[330/475] Compiling CustomDump Swift.swift
[331/475] Compiling CustomDump SwiftUI.swift
[332/475] Compiling CustomDump UIKit.swift
[333/573] Compiling CombineSchedulers Platform.swift
[334/573] Compiling CombineSchedulers SwiftUI.swift
[335/573] Compiling CustomDump CoreMotion.swift
[336/573] Compiling CustomDump Foundation.swift
[337/573] Compiling CombineSchedulers ImmediateScheduler.swift
[338/573] Compiling CombineSchedulers Deprecations.swift
[339/573] Compiling CombineSchedulers AnyScheduler.swift
[340/573] Compiling CombineSchedulers Concurrency.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[341/573] 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 |     ///
[346/574] Compiling CombineSchedulers Lock.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 |       var attr = pthread_mutexattr_t()
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
   |       `- error: cannot find 'pthread_mutexattr_init' in scope
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
   |       `- error: cannot find 'pthread_mutexattr_settype' in scope
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
   |                                              `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
   |       `- error: cannot find 'pthread_mutex_init' in scope
57 |       pthread_mutexattr_destroy(&attr)
58 |       self.mutex = mutex
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
   |       `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 |       self.mutex = mutex
59 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 |     func lock() {
66 |       pthread_mutex_lock(&mutex)
   |       `- error: cannot find 'pthread_mutex_lock' in scope
67 |     }
68 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 |     func unlock() {
70 |       pthread_mutex_unlock(&mutex)
   |       `- error: cannot find 'pthread_mutex_unlock' in scope
71 |     }
72 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 |     deinit {
78 |       pthread_mutex_destroy(&mutex)
   |       `- error: cannot find 'pthread_mutex_destroy' in scope
79 |     }
80 |   }
[347/574] Compiling CombineSchedulers NSRecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 |       var attr = pthread_mutexattr_t()
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
   |       `- error: cannot find 'pthread_mutexattr_init' in scope
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
   |       `- error: cannot find 'pthread_mutexattr_settype' in scope
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 |       var mutex = pthread_mutex_t()
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
   |                                              `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 |       pthread_mutexattr_init(&attr)
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
   |       `- error: cannot find 'pthread_mutex_init' in scope
57 |       pthread_mutexattr_destroy(&attr)
58 |       self.mutex = mutex
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 |       pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 |       pthread_mutex_init(&mutex, &attr)
57 |       pthread_mutexattr_destroy(&attr)
   |       `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 |       self.mutex = mutex
59 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 |     func lock() {
66 |       pthread_mutex_lock(&mutex)
   |       `- error: cannot find 'pthread_mutex_lock' in scope
67 |     }
68 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 |     func unlock() {
70 |       pthread_mutex_unlock(&mutex)
   |       `- error: cannot find 'pthread_mutex_unlock' in scope
71 |     }
72 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 |     deinit {
78 |       pthread_mutex_destroy(&mutex)
   |       `- error: cannot find 'pthread_mutex_destroy' in scope
79 |     }
80 |   }
[348/574] Compiling CombineSchedulers UIScheduler.swift
[349/574] Compiling CombineSchedulers UIKit.swift
[352/574] 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() }
[353/574] 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() }
[354/574] Compiling CustomDump Identifiable.swift
[355/574] Compiling CustomDump Mirror.swift
[356/574] Compiling CustomDump String.swift
[357/574] Emitting module OrderedCollections
[358/575] Compiling CustomDump ExpectNoDifference.swift
[359/575] Compiling CustomDump AnyType.swift
[360/575] Compiling CustomDump CollectionDifference.swift
[361/575] Compiling CombineSchedulers UnimplementedScheduler.swift
[362/575] Compiling CustomDump StoreKit.swift
[363/575] Compiling CustomDump Swift.swift
[364/575] Compiling CustomDump SwiftUI.swift
[365/575] Compiling CustomDump UIKit.swift
BUILD FAILURE 6.1 wasm