Build Information
Failed to build Lockman, reference main (15b266), with Swift 6.1 for Wasm on 30 Nov 2025 13:16:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/takeshishimada/Lockman.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/takeshishimada/Lockman
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 15b2660 fix: add `any` keyword for CompilerPlugin existential type (#240)
Cloned https://github.com/takeshishimada/Lockman.git
Revision (git rev-parse @):
15b2660b229bdc75d6dba5122150a01f2a5d9933
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/takeshishimada/Lockman.git at main
========================================
Build
========================================
Selected platform: 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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/932] Fetching swift-macro-testing
[933/3090] Fetching swift-macro-testing, swift-docc-plugin
[1408/21404] Fetching swift-macro-testing, swift-docc-plugin, swift-collections
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.48s)
[5511/19246] Fetching swift-macro-testing, swift-collections
[8442/92246] Fetching swift-macro-testing, swift-collections, swift-syntax
[20132/404025] Fetching swift-macro-testing, swift-collections, swift-syntax, swift-composable-architecture
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
[40018/385711] Fetching swift-macro-testing, swift-syntax, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (19.40s)
Fetched https://github.com/swiftlang/swift-syntax from cache (19.46s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (19.73s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (21.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3583] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.23.1 (1.29s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-sharing
[1/1952] Fetching swift-perception
[21/8388] Fetching swift-perception, swift-dependencies
[4206/11899] Fetching swift-perception, swift-dependencies, swift-sharing
[6108/13441] Fetching swift-perception, swift-dependencies, swift-sharing, swift-identified-collections
[11936/19041] Fetching swift-perception, swift-dependencies, swift-sharing, swift-identified-collections, xctest-dynamic-overlay
[12809/65085] Fetching swift-perception, swift-dependencies, swift-sharing, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.49s)
[14865/61574] Fetching swift-perception, swift-dependencies, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetching https://github.com/pointfreeco/swift-custom-dump
[21859/66225] Fetching swift-perception, swift-dependencies, swift-identified-collections, xctest-dynamic-overlay, swift-navigation, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.45s)
[31646/61574] Fetching swift-perception, swift-dependencies, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.09s)
[40780/55974] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation
Fetching https://github.com/pointfreeco/swift-case-paths
[55055/56860] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-concurrency-extras
[56861/61390] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-concurrency-extras, swift-case-paths
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.30s)
[56156/60504] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-case-paths
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.37s)
[1/2538] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.30s)
Fetched https://github.com/pointfreeco/swift-perception from cache (2.15s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (2.16s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (2.16s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (2.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.79s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.53s)
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.62s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (4.17s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.55s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.52s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.54s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.19s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.52s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.6.0 (0.52s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (2.22s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.79s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.83s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.55s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.55s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1299] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.25s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.77s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.56s)
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/pointfreeco/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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
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/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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.6.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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
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-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/115] Write sources
[3/115] Copying PrivacyInfo.xcprivacy
[3/115] Write sources
[3/115] Copying PrivacyInfo.xcprivacy
[3/115] Write sources
[3/115] Copying PrivacyInfo.xcprivacy
[3/115] Write sources
[79/115] Compiling UIKitNavigationShim shim.m
[81/115] Compiling _SwiftSyntaxCShims PlatformMutex.c
[82/115] Write swift-version-24593BA9C3E375BF.txt
[84/129] Emitting module SwiftSyntax602
[85/129] Emitting module Sharing2
[85/129] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[87/131] Emitting module SwiftSyntax601
[88/131] Emitting module Sharing2
[89/131] Compiling Sharing2 Empty.swift
[90/132] Emitting module IssueReportingPackageSupport
[91/132] Compiling IssueReportingPackageSupport _Test.swift
[94/133] Emitting module Sharing1
[95/133] Compiling Sharing1 Empty.swift
[96/134] Compiling SwiftSyntax601 Empty.swift
[97/135] Compiling Sharing2 Empty.swift
[98/136] Compiling SwiftSyntax602 Empty.swift
[99/136] Compiling Sharing1 Empty.swift
[100/136] Emitting module Sharing1
[101/138] Compiling IssueReportingPackageSupport _Test.swift
[102/138] Emitting module IssueReportingPackageSupport
[109/143] Emitting module SwiftSyntax510
[110/144] Compiling SwiftSyntax600 Empty.swift
[111/145] Emitting module SwiftSyntax600
[112/146] Compiling SwiftSyntax510 Empty.swift
[113/235] Compiling SwiftSyntax509 Empty.swift
[114/244] Emitting module SwiftSyntax509
[117/310] Compiling IssueReporting UncheckedSendable.swift
[118/310] Compiling IssueReporting Warn.swift
[121/314] Wrapping AST for SwiftSyntax602 for debugging
[123/314] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[124/314] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[125/336] Compiling IssueReporting FatalErrorReporter.swift
[126/336] Compiling IssueReporting RuntimeWarningReporter.swift
[127/336] Compiling IssueReporting XCTest.swift
[128/336] Compiling IssueReporting IsTesting.swift
[129/336] Compiling IssueReporting IssueReporter.swift
[130/336] Compiling IssueReporting BreakpointReporter.swift
[137/336] Compiling ConcurrencyExtras AnyHashableSendable.swift
[138/336] Compiling ConcurrencyExtras Locking.swift
[141/336] Compiling ConcurrencyExtras AsyncStream.swift
[142/336] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[143/336] Compiling ConcurrencyExtras ActorIsolated.swift
[147/399] Emitting module InternalCollectionsUtilities
[149/399] Compiling SwiftSyntax SyntaxChildren.swift
[150/399] Compiling SwiftSyntax SyntaxCollection.swift
[151/400] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[152/400] Compiling SwiftSyntax Syntax.swift
[157/511] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[158/511] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[159/511] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[160/511] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[161/511] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[162/511] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[163/511] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[164/518] Emitting module OpenCombine
[165/530] Compiling OrderedCollections OrderedSet+Hashable.swift
[166/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[167/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[168/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[169/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[170/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[171/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[178/537] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[179/537] Compiling OrderedCollections OrderedDictionary.swift
[180/537] Compiling OrderedCollections OrderedSet+Codable.swift
[181/537] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[182/537] Compiling OrderedCollections OrderedSet+Descriptions.swift
[183/537] Compiling OrderedCollections OrderedSet+Diffing.swift
[184/537] Compiling OrderedCollections OrderedSet+Equatable.swift
[185/537] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[186/537] Compiling OrderedCollections OrderedDictionary+Codable.swift
[187/537] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[188/539] Compiling OrderedCollections _HashTable+BucketIterator.swift
[189/539] Compiling OrderedCollections _HashTable+Constants.swift
[190/539] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[199/539] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[200/539] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[201/539] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[202/539] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[203/539] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[204/539] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[205/539] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[206/539] Compiling OrderedCollections OrderedDictionary+Values.swift
[217/539] Compiling IssueReporting WithExpectedIssue.swift
[218/539] Compiling IssueReporting WithIssueContext.swift
[219/539] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[220/539] Compiling OrderedCollections OrderedDictionary+Elements.swift
[221/539] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[222/539] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[223/539] Compiling OrderedCollections OrderedSet+Initializers.swift
[224/539] Compiling OrderedCollections OrderedSet+Insertions.swift
[225/539] Compiling OrderedCollections OrderedSet+Invariants.swift
[226/539] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[227/539] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[228/539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[229/539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[230/539] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[255/539] Emitting module ConcurrencyExtras
[266/540] Compiling OrderedCollections _HashTable+Bucket.swift
[270/540] Compiling OrderedCollections _HashTable+Testing.swift
[271/540] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[272/540] Compiling OrderedCollections _HashTable.swift
[273/540] Compiling OrderedCollections _Hashtable+Header.swift
[284/540] Emitting module IssueReporting
[287/542] Compiling ConcurrencyExtras UncheckedSendable.swift
[288/542] Compiling IssueReporting WithExpectedIssue.swift
[289/542] Compiling IssueReporting WithIssueContext.swift
[292/542] Compiling OrderedCollections OrderedSet+Sendable.swift
[293/542] Compiling OrderedCollections OrderedSet+SubSequence.swift
[294/542] Compiling OrderedCollections OrderedSet+Testing.swift
[295/542] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[296/542] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[297/542] Compiling OrderedCollections OrderedSet.swift
[298/542] Compiling OrderedCollections _UnsafeBitset.swift
[299/542] Compiling SwiftSyntax SyntaxNodesAB.swift
[300/542] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[301/542] Compiling OpenCombine Future.swift
[302/542] Compiling OpenCombine GENERATED-RootProtocols.swift
[303/542] Compiling OpenCombine Publishers.Count.swift
[304/542] Compiling OpenCombine Publishers.Debounce.swift
[305/542] Compiling OpenCombine Publishers.Delay.swift
[306/542] Compiling OpenCombine Publishers.Drop.swift
[307/542] Compiling OpenCombine Publishers.DropUntilOutput.swift
[308/542] Compiling OpenCombine Publishers.DropWhile.swift
[309/542] Compiling OpenCombine Publishers.Filter.swift
[310/542] Compiling OpenCombine Publishers.First.swift
[311/542] Compiling OpenCombine Publishers.FlatMap.swift
[312/542] Compiling OpenCombine Publishers.HandleEvents.swift
[313/542] Compiling OpenCombine Publishers.IgnoreOutput.swift
[314/542] Compiling OpenCombine Publishers.Last.swift
[315/542] Compiling OpenCombine Publishers.MakeConnectable.swift
[316/542] Compiling OpenCombine Result.swift
[317/542] Compiling OpenCombine Scheduler.swift
[318/542] Compiling OpenCombine Subject+Void.swift
[319/542] Compiling OpenCombine Subscriber+Void.swift
[320/542] Compiling OpenCombine Subscribers.Assign.swift
[321/542] Compiling OpenCombine Subscribers.Completion.swift
[322/542] Compiling OpenCombine Subscribers.Demand.swift
[323/542] Compiling OpenCombine Subscribers.Sink.swift
[324/542] Compiling OpenCombine Subscribers.swift
[325/542] Compiling OpenCombine Subscription.swift
[326/542] Compiling OpenCombine Subscriptions.swift
[327/542] Compiling OpenCombine _Introspection.swift
[365/542] Emitting module ConcurrencyExtras
[386/543] Compiling ConcurrencyExtras Result.swift
[387/543] Compiling ConcurrencyExtras LockIsolated.swift
[388/543] Compiling ConcurrencyExtras MainSerialExecutor.swift
[389/543] Compiling ConcurrencyExtras Task.swift
[403/551] Compiling ConcurrencyExtras UncheckedSendable.swift
[407/553] Compiling ConcurrencyExtras MainSerialExecutor.swift
[408/553] Compiling ConcurrencyExtras LockIsolated.swift
[409/553] Compiling ConcurrencyExtras Result.swift
[410/553] Compiling ConcurrencyExtras Task.swift
[413/553] Emitting module OrderedCollections
[435/555] Compiling SwiftSyntax SyntaxNodesGHI.swift
[436/555] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[437/555] Compiling SwiftSyntax SyntaxNodesOP.swift
[438/555] Compiling SwiftSyntax SyntaxNodesQRS.swift
[439/555] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[440/555] Compiling OpenCombine Publishers.SubscribeOn.swift
[441/555] Compiling OpenCombine Publishers.SwitchToLatest.swift
[442/555] Compiling OpenCombine Publishers.Throttle.swift
[443/555] Compiling OpenCombine Publishers.Timeout.swift
[444/555] Compiling OpenCombine Publishers.Zip.swift
[445/555] Compiling OpenCombine Publishers.swift
[446/555] Compiling OpenCombine Record.swift
[447/555] Compiling OpenCombine Result.Publisher.swift
[451/562] Emitting module OrderedCollections
[452/589] Compiling CombineSchedulers Platform.swift
[453/589] Compiling CombineSchedulers SwiftUI.swift
[454/589] Compiling CombineSchedulers TestScheduler.swift
[455/589] Compiling CombineSchedulers AnyScheduler.swift
[456/589] Compiling CombineSchedulers Concurrency.swift
[457/589] Compiling CombineSchedulers ImmediateScheduler.swift
[458/590] Compiling CombineSchedulers Deprecations.swift
[459/590] Compiling CombineSchedulers Lock.swift
[460/590] Compiling CombineSchedulers NSRecursiveLock.swift
[461/590] Emitting module IssueReporting
[462/590] Compiling CombineSchedulers Timer.swift
[463/590] Compiling PerceptionCore PerceptionTracking.swift
[464/590] Compiling PerceptionCore Perceptions.swift
[465/607] Compiling XCTestDynamicOverlay Exports.swift
[466/607] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[467/607] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[470/608] Compiling CombineSchedulers UIKit.swift
[471/608] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.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() }
[472/608] Compiling IdentifiedCollections IdentifiedArray+Hashable.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() }
[473/608] Compiling CombineSchedulers UIScheduler.swift
[474/608] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[475/608] Compiling IdentifiedCollections Identified.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[476/608] 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 | ///
[477/608] Compiling IdentifiedCollections IdentifiedArray+Codable.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 | }
[478/608] Compiling IdentifiedCollections IdentifiedArray+Collection.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 | }
[479/608] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[480/608] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[481/613] Compiling CombineSchedulers UnimplementedScheduler.swift
[482/616] Emitting module XCTestDynamicOverlay
[493/616] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[494/616] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[495/616] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[496/616] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[497/616] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[498/616] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[499/616] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/58] Compiling IssueReportingPackageSupport _Test.swift
[5/61] Emitting module IssueReportingPackageSupport
[6/65] Compiling IssueReportingPackageSupport _Test.swift
[7/88] Emitting module SwiftSyntax509
[8/88] Emitting module IssueReportingPackageSupport
[9/88] Compiling SwiftSyntax509 Empty.swift
[11/90] Emitting module SwiftSyntax510
[12/90] Compiling SwiftSyntax510 Empty.swift
[13/91] Emitting module SwiftSyntax602
[15/91] Compiling SwiftSyntax602 Empty.swift
[18/92] Compiling ConcurrencyExtras Locking.swift
[19/92] Compiling ConcurrencyExtras UncheckedBox.swift
[20/92] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/92] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/97] Emitting module ConcurrencyExtras
[23/97] Compiling ConcurrencyExtras LockIsolated.swift
[24/97] Compiling ConcurrencyExtras AsyncStream.swift
[25/97] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[26/97] Compiling ConcurrencyExtras ActorIsolated.swift
[27/97] Compiling ConcurrencyExtras AnyHashableSendable.swift
[28/97] Compiling ConcurrencyExtras MainSerialExecutor.swift
[29/97] Compiling ConcurrencyExtras Task.swift
[30/97] Compiling ConcurrencyExtras Result.swift
[32/98] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/98] Compiling InternalCollectionsUtilities Debugging.swift
[35/98] Compiling InternalCollectionsUtilities Descriptions.swift
[36/98] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[37/98] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[38/98] Emitting module SwiftSyntax601
[39/98] Compiling SwiftSyntax601 Empty.swift
[48/105] Compiling ConcurrencyExtras UncheckedSendable.swift
[49/106] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[50/106] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[52/106] Compiling SwiftSyntax600 Empty.swift
[53/106] Emitting module SwiftSyntax600
[56/107] Emitting module Sharing2
[57/107] Compiling Sharing2 Empty.swift
[58/110] Emitting module Sharing2
[61/110] Compiling Sharing2 Empty.swift
[63/112] Emitting module Sharing1
[65/113] Compiling Sharing1 Empty.swift
[66/114] Emitting module InternalCollectionsUtilities
[67/114] Compiling Sharing1 Empty.swift
[68/114] Emitting module Sharing1
[70/182] Emitting module InternalCollectionsUtilities
[72/204] Compiling IssueReporting Rethrows.swift
[73/204] Compiling IssueReporting ErrorReporting.swift
[74/204] Compiling IssueReporting AppHostWarning.swift
[75/204] Compiling IssueReporting FailureObserver.swift
[76/204] Compiling IssueReporting LockIsolated.swift
[77/204] Compiling IssueReporting Deprecations.swift
[78/204] Compiling SwiftSyntax SyntaxCollection.swift
[79/261] Compiling OpenCombine ImmediateScheduler.swift
[80/261] Compiling OpenCombine ObservableObject.swift
[81/261] Compiling OpenCombine PassthroughSubject.swift
[82/263] Compiling OpenCombine Published.swift
[83/263] Compiling OpenCombine Publisher+Subscribe.swift
[84/263] Compiling OpenCombine Utils.swift
[85/263] Compiling OpenCombine Violations.swift
[86/310] Wrapping AST for SwiftSyntax601 for debugging
[88/321] Wrapping AST for SwiftSyntax600 for debugging
[90/321] Compiling ConcurrencyExtras MainSerialExecutor.swift
[91/321] Compiling ConcurrencyExtras Result.swift
[91/322] Wrapping AST for SwiftSyntax510 for debugging
[93/322] Compiling ConcurrencyExtras Locking.swift
[94/322] Compiling ConcurrencyExtras UncheckedBox.swift
[95/322] Compiling ConcurrencyExtras LockIsolated.swift
[96/322] Compiling ConcurrencyExtras ActorIsolated.swift
[97/322] Compiling ConcurrencyExtras AnyHashableSendable.swift
[98/322] Compiling ConcurrencyExtras AsyncStream.swift
[100/324] Compiling OpenCombine Deferred.swift
[101/324] Compiling OpenCombine Empty.swift
[102/379] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[103/379] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[104/379] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[105/379] Compiling OrderedCollections OrderedDictionary+Elements.swift
[106/379] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[107/379] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[107/379] Wrapping AST for SwiftSyntax509 for debugging
[109/379] Compiling OrderedCollections _HashTable+Bucket.swift
[110/379] Compiling OrderedCollections _HashTable+BucketIterator.swift
[111/379] Emitting module ConcurrencyExtras
[112/379] Compiling OrderedCollections _HashTable+Constants.swift
[113/379] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[114/379] Compiling ConcurrencyExtras Task.swift
[117/381] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[118/381] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[119/381] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[124/381] Compiling ConcurrencyExtras UncheckedSendable.swift
[125/437] Emitting module IssueReporting
[128/437] Compiling OrderedCollections _HashTable+BucketIterator.swift
[129/437] Compiling OrderedCollections _HashTable+Constants.swift
[130/437] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[131/437] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[132/437] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[133/437] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[134/437] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[135/437] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[136/438] Compiling OrderedCollections OrderedSet+Insertions.swift
[137/438] Compiling OrderedCollections OrderedSet+Invariants.swift
[138/438] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[139/438] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[140/438] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[141/438] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[142/438] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[143/445] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[144/445] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[145/445] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[146/445] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[147/445] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[148/445] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[149/445] Compiling OrderedCollections OrderedSet+Initializers.swift
[152/445] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[153/445] Compiling OrderedCollections OrderedDictionary+Values.swift
[154/445] Compiling OrderedCollections _HashTable+Bucket.swift
[155/445] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[156/445] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[157/445] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[162/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[163/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[164/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[165/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[166/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[167/446] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[168/446] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[169/446] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[185/453] Compiling OrderedCollections OrderedDictionary.swift
[186/453] Compiling OrderedCollections OrderedSet+Codable.swift
[187/453] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[188/453] Compiling OrderedCollections OrderedSet+Descriptions.swift
[189/453] Compiling OrderedCollections OrderedSet+Diffing.swift
[190/453] Compiling OrderedCollections OrderedSet+Equatable.swift
[191/453] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[192/453] Compiling OrderedCollections OrderedSet+Hashable.swift
[193/456] Compiling OrderedCollections OrderedDictionary+Codable.swift
[194/456] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[197/456] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[198/456] Compiling OrderedCollections OrderedDictionary+Elements.swift
[199/456] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[200/456] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[233/482] Compiling XCTestDynamicOverlay Exports.swift
[234/482] Compiling PerceptionCore PerceptionTracking.swift
[235/482] Compiling PerceptionCore Perceptions.swift
[236/482] Compiling PerceptionCore Bindable.swift
[237/482] Compiling PerceptionCore Environment.swift
[238/482] Compiling PerceptionCore WithPerceptionTracking.swift
[239/482] Compiling PerceptionCore ThreadLocal.swift
[240/482] Compiling OrderedCollections _HashTable.swift
[241/482] Compiling OrderedCollections _Hashtable+Header.swift
[242/482] Compiling Clocks Timer.swift
[247/484] Emitting module XCTestDynamicOverlay
[248/484] Compiling XCTestDynamicOverlay Exports.swift
[249/484] Compiling PerceptionCore Locals.swift
[250/484] Compiling PerceptionCore ObservationBeta.swift
[251/484] Compiling PerceptionCore Deprecations.swift
[252/484] Compiling PerceptionCore Exports.swift
[253/484] Compiling PerceptionCore Locking.swift
[254/484] Compiling PerceptionCore Perceptible.swift
[255/484] Emitting module PerceptionCore
[256/484] Emitting module Clocks
[257/484] Compiling Clocks AnyClock.swift
[258/484] Emitting module XCTestDynamicOverlay
[259/484] Compiling Clocks ImmediateClock.swift
[260/484] Compiling Clocks _AsyncTimerSequence.swift
[261/484] Compiling OpenCombine Publishers.Map.swift
[262/484] Compiling OpenCombine Publishers.MapError.swift
[263/484] Compiling OpenCombine Publishers.MeasureInterval.swift
[264/484] Compiling OpenCombine Publishers.Multicast.swift
[265/484] Compiling OpenCombine Publishers.Output.swift
[266/484] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[267/484] Compiling OpenCombine Publishers.PrefixWhile.swift
[268/484] Compiling OpenCombine Publishers.Print.swift
[269/484] Compiling OpenCombine Publishers.ReceiveOn.swift
[270/484] Compiling OpenCombine Publishers.Reduce.swift
[271/484] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[272/484] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[273/484] Compiling OpenCombine Publishers.ReplaceError.swift
[274/496] Compiling XCTestDynamicOverlay Deprecations.swift
[276/497] Compiling Clocks UnimplementedClock.swift
[279/497] Compiling OrderedCollections OrderedSet+Sendable.swift
[280/497] Compiling OrderedCollections OrderedSet+SubSequence.swift
[281/497] Compiling OrderedCollections OrderedSet+Testing.swift
[282/497] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[283/497] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[284/497] Compiling OrderedCollections OrderedSet.swift
[285/497] Compiling OrderedCollections _UnsafeBitset.swift
[286/497] Compiling OpenCombine Publishers.HandleEvents.swift
[287/497] Compiling OpenCombine Publishers.IgnoreOutput.swift
[288/497] Compiling OpenCombine Publishers.Last.swift
[289/497] Compiling OpenCombine Publishers.MakeConnectable.swift
[290/497] Compiling XCTestDynamicOverlay Deprecations.swift
[291/498] Compiling Clocks Lock.swift
[292/498] Compiling Clocks SwiftUI.swift
[293/498] Compiling Clocks TestClock.swift
[294/499] Compiling PerceptionCore _PerceptionRegistrar.swift
[295/499] Compiling PerceptionCore PerceptionChecking.swift
[296/499] Compiling PerceptionCore PerceptionRegistrar.swift
[310/515] Emitting module OpenCombine
[324/515] Compiling PerceptionCore ThreadLocal.swift
[350/515] Compiling PerceptionCore Deprecations.swift
[351/515] Compiling PerceptionCore Exports.swift
[352/515] Compiling PerceptionCore Locals.swift
[353/515] Compiling PerceptionCore ObservationBeta.swift
[354/515] Compiling PerceptionCore Locking.swift
[355/515] Compiling PerceptionCore Perceptible.swift
[356/515] Compiling PerceptionCore PerceptionChecking.swift
[357/515] Compiling PerceptionCore PerceptionRegistrar.swift
[358/515] Compiling PerceptionCore PerceptionTracking.swift
[359/515] Compiling PerceptionCore Perceptions.swift
[360/515] Compiling PerceptionCore Bindable.swift
[361/515] Compiling PerceptionCore Environment.swift
[362/515] Compiling PerceptionCore WithPerceptionTracking.swift
[363/542] Emitting module OrderedCollections
[371/582] Compiling CustomDump CoreMotion.swift
[372/582] Compiling CustomDump Foundation.swift
[373/582] Compiling CustomDump CoreImage.swift
[374/582] Compiling CustomDump CoreLocation.swift
[377/582] Compiling CustomDump GameKit.swift
[378/582] Compiling CustomDump KeyPath.swift
[379/582] Compiling CustomDump Photos.swift
[380/582] Compiling CustomDump Speech.swift
[392/583] Compiling CombineSchedulers UIKit.swift
[393/583] Compiling CombineSchedulers UIScheduler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[396/587] 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 | ///
[397/587] Compiling OpenCombine Result.swift
[398/587] Compiling OpenCombine Scheduler.swift
[399/587] Compiling OpenCombine Subject+Void.swift
[400/587] Compiling OpenCombine Subscriber+Void.swift
[401/587] Compiling OpenCombine Subscribers.Assign.swift
[402/587] Compiling OpenCombine Subscribers.Completion.swift
[403/587] Compiling OpenCombine Subscribers.Demand.swift
[404/587] Compiling OpenCombine Subscribers.Sink.swift
[405/587] Compiling OpenCombine Subscribers.swift
[406/587] Compiling OpenCombine Subscription.swift
[407/587] Compiling OpenCombine Subscriptions.swift
[408/587] Compiling OpenCombine _Introspection.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 | }
/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 | }
[413/587] Compiling CustomDump StoreKit.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() }
[414/587] Compiling CustomDump Swift.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() }
[415/587] Compiling CustomDump UserNotifications.swift
[416/587] Compiling CustomDump UserNotificationsUI.swift
[417/587] Compiling CustomDump CustomDumpReflectable.swift
[418/587] Compiling CustomDump CustomDumpRepresentable.swift
[420/590] Compiling OpenCombine Publishers.Retry.swift
[421/590] Compiling OpenCombine Publishers.Scan.swift
[422/590] Compiling OpenCombine Publishers.Sequence.swift
[423/590] Compiling OpenCombine Publishers.SetFailureType.swift
[424/590] Compiling OpenCombine Publishers.Share.swift
[425/590] Compiling OpenCombine Publishers.SubscribeOn.swift
[426/590] Compiling OpenCombine Publishers.SwitchToLatest.swift
[427/590] Compiling OpenCombine Publishers.Throttle.swift
[428/590] Compiling OpenCombine Publishers.Timeout.swift
[429/590] Compiling OpenCombine Publishers.Zip.swift
[430/590] Compiling OpenCombine Publishers.swift
[431/590] Compiling OpenCombine Record.swift
[432/590] Compiling OpenCombine Result.Publisher.swift
[435/590] Compiling CustomDump SwiftUI.swift
[436/590] Compiling CustomDump UIKit.swift
[441/590] Compiling CombineSchedulers UnimplementedScheduler.swift
[442/591] Compiling CustomDump Dump.swift
[443/591] Compiling CustomDump ExpectDifference.swift
[444/591] Compiling CustomDump ExpectNoDifference.swift
[445/591] Compiling CustomDump AnyType.swift
[446/591] Compiling CustomDump CollectionDifference.swift
[447/591] Compiling CustomDump Identifiable.swift
[448/591] Compiling CustomDump Mirror.swift
[449/591] Compiling CustomDump String.swift
[450/591] Compiling CustomDump Unordered.swift
BUILD FAILURE 6.1 wasm