Build Information
Failed to build composable-architecture-extensions, reference main (91f2aa), with Swift 6.1 for Wasm on 10 Mar 2026 23:27:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/capturecontext/composable-architecture-extensions.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/capturecontext/composable-architecture-extensions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 91f2aa1 feat: Update dependencies
Cloned https://github.com/capturecontext/composable-architecture-extensions.git
Revision (git rev-parse @):
91f2aa1537fd20bf13736030ab558262a6ffea4a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/composable-architecture-extensions.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/capturecontext/composable-architecture-extensions.git
https://github.com/capturecontext/composable-architecture-extensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.23.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture.git"
},
{
"identity" : "swift-declarative-configuration",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "0.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/capturecontext/swift-declarative-configuration.git"
},
{
"identity" : "swift-cocoa-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0-alpha.8",
"upper_bound" : "0.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/capturecontext/swift-cocoa-extensions.git"
},
{
"identity" : "swift-foundation-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "0.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/capturecontext/swift-foundation-extensions.git"
}
],
"manifest_display_name" : "composable-architecture-extensions",
"name" : "composable-architecture-extensions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ComposableExtensions",
"targets" : [
"ComposableExtensions"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "ComposableCocoa",
"targets" : [
"ComposableCocoa"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "ComposableSwiftUI",
"targets" : [
"ComposableSwiftUI"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "ComposableCore",
"targets" : [
"ComposableCore"
],
"type" : {
"library" : [
"static"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "_ComposableSwiftUICore",
"module_type" : "SwiftTarget",
"name" : "_ComposableSwiftUICore",
"path" : "Sources/_ComposableSwiftUICore",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"ComposableExtensions",
"ComposableSwiftUI"
],
"sources" : [
"ComposableView.swift"
],
"type" : "library"
},
{
"c99name" : "ComposableSwiftUI",
"module_type" : "SwiftTarget",
"name" : "ComposableSwiftUI",
"path" : "Sources/ComposableSwiftUI",
"product_dependencies" : [
"CocoaExtensionsMacros"
],
"product_memberships" : [
"ComposableExtensions",
"ComposableSwiftUI"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"ComposableCore",
"_ComposableSwiftUICore"
],
"type" : "library"
},
{
"c99name" : "ComposableExtensionsCoreTests",
"module_type" : "SwiftTarget",
"name" : "ComposableExtensionsCoreTests",
"path" : "Tests/ComposableExtensionsCoreTests",
"sources" : [
"ReducerTests.swift"
],
"target_dependencies" : [
"ComposableExtensionsCore"
],
"type" : "test"
},
{
"c99name" : "ComposableExtensionsCore",
"module_type" : "SwiftTarget",
"name" : "ComposableExtensionsCore",
"path" : "Sources/ComposableExtensionsCore",
"product_dependencies" : [
"ComposableArchitecture",
"FoundationExtensionsMacros"
],
"product_memberships" : [
"ComposableExtensions",
"ComposableCocoa",
"ComposableSwiftUI",
"ComposableCore"
],
"sources" : [
"Exports.swift",
"Internal/Debug.swift",
"Reducers/IndexedForEachReducer.swift",
"Reducers/LazyReducer.swift",
"Reducers/OnChangeReducer.swift",
"Reducers/OptionalReducer.swift",
"Reducers/Pullback.swift",
"Reducers/Reducer+ForEach.swift"
],
"type" : "library"
},
{
"c99name" : "ComposableExtensions",
"module_type" : "SwiftTarget",
"name" : "ComposableExtensions",
"path" : "Sources/ComposableExtensions",
"product_memberships" : [
"ComposableExtensions"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"ComposableCocoa",
"ComposableSwiftUI"
],
"type" : "library"
},
{
"c99name" : "ComposableCoreTests",
"module_type" : "SwiftTarget",
"name" : "ComposableCoreTests",
"path" : "Tests/ComposableCoreTests",
"sources" : [
"ComposableCoreTests.swift"
],
"target_dependencies" : [
"ComposableCore"
],
"type" : "test"
},
{
"c99name" : "ComposableCore",
"module_type" : "SwiftTarget",
"name" : "ComposableCore",
"path" : "Sources/ComposableCore",
"product_dependencies" : [
"FunctionalClosures"
],
"product_memberships" : [
"ComposableExtensions",
"ComposableCocoa",
"ComposableSwiftUI",
"ComposableCore"
],
"sources" : [
"ComposableNSObject.swift",
"ComposableObject.swift",
"Core/ComposableCore.swift",
"Core/ComposableCoreCancellables.swift",
"Core/ComposableCoreDelegate.swift",
"Core/ComposableObjectProtocol.swift",
"Core/_ComposableCore_OptionallyUIBindable.swift",
"Exports.swift"
],
"target_dependencies" : [
"ComposableExtensionsCore"
],
"type" : "library"
},
{
"c99name" : "ComposableCocoa",
"module_type" : "SwiftTarget",
"name" : "ComposableCocoa",
"path" : "Sources/ComposableCocoa",
"product_dependencies" : [
"CocoaExtensionsMacros"
],
"product_memberships" : [
"ComposableExtensions",
"ComposableCocoa"
],
"sources" : [
"Controllers/ComposableHostingController.swift",
"Controllers/ComposableTabBarController.swift",
"Controllers/ComposableViewController.swift",
"Controllers/ComposableWindowController.swift",
"Exports.swift",
"Views/ComposableCocoaView.swift"
],
"target_dependencies" : [
"ComposableCore"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-composable-architecture.git
Fetching https://github.com/capturecontext/swift-cocoa-extensions.git
Fetching https://github.com/apple/swift-docc-plugin.git
[7/683] Fetching swift-cocoa-extensions
[684/2854] Fetching swift-cocoa-extensions, swift-docc-plugin
Fetched https://github.com/capturecontext/swift-cocoa-extensions.git from cache (0.53s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.53s)
[1/312554] Fetching swift-composable-architecture
Fetching https://github.com/capturecontext/swift-foundation-extensions.git
Fetching https://github.com/capturecontext/swift-declarative-configuration.git
[312555/313559] Fetching swift-composable-architecture, swift-declarative-configuration
[313560/314120] Fetching swift-composable-architecture, swift-declarative-configuration, swift-foundation-extensions
Fetched https://github.com/capturecontext/swift-declarative-configuration.git from cache (0.27s)
Fetched https://github.com/capturecontext/swift-foundation-extensions.git from cache (0.27s)
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (24.09s)
Computing version for https://github.com/capturecontext/swift-foundation-extensions.git
Computed https://github.com/capturecontext/swift-foundation-extensions.git at 0.7.0 (24.97s)
Fetching https://github.com/capturecontext/swift-resettable.git
Fetching https://github.com/capturecontext/swift-associated-objects.git
Fetching https://github.com/capturecontext/swift-equated.git
[1/123] Fetching swift-resettable
[124/234] Fetching swift-resettable, swift-equated
[235/380] Fetching swift-resettable, swift-equated, swift-associated-objects
Fetched https://github.com/capturecontext/swift-equated.git from cache (0.37s)
Fetched https://github.com/capturecontext/swift-resettable.git from cache (0.40s)
Fetched https://github.com/capturecontext/swift-associated-objects.git from cache (0.40s)
Computing version for https://github.com/capturecontext/swift-declarative-configuration.git
Computed https://github.com/capturecontext/swift-declarative-configuration.git at 0.6.1 (1.42s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
[1/196] Fetching swift-keypaths-extensions
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (0.35s)
[1/5718] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (1.11s)
Computing version for https://github.com/capturecontext/swift-keypaths-extensions.git
Computed https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0 (2.11s)
Fetching https://github.com/capturecontext/swift-marker-protocols.git
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
[1/60] Fetching swift-keypath-mapping
[61/231] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.30s)
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.31s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.1 (3.85s)
Computing version for https://github.com/capturecontext/swift-resettable.git
Computed https://github.com/capturecontext/swift-resettable.git at 0.3.1 (1.23s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5370] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.49s)
Computing version for https://github.com/capturecontext/swift-marker-protocols.git
Computed https://github.com/capturecontext/swift-marker-protocols.git at 1.5.2 (1.41s)
Computing version for https://github.com/capturecontext/swift-associated-objects.git
Computed https://github.com/capturecontext/swift-associated-objects.git at 0.2.4 (1.02s)
Fetching https://github.com/stackotter/swift-macro-toolkit.git
[1/991] Fetching swift-macro-toolkit
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (0.34s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 1.9.0 (1.42s)
Computing version for https://github.com/capturecontext/swift-equated.git
Computed https://github.com/capturecontext/swift-equated.git at 0.0.5 (1.08s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 1.24.1 (1.10s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/swiftlang/swift-syntax
[1/6658] Fetching swift-dependencies
[68/8620] Fetching swift-dependencies, swift-perception
[147/12153] Fetching swift-dependencies, swift-perception, swift-sharing
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-navigation
[12154/86818] Fetching swift-dependencies, swift-perception, swift-sharing, swift-syntax
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.90s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.90s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[2709/76627] Fetching swift-perception, swift-syntax
[6443/78169] Fetching swift-perception, swift-syntax, swift-identified-collections
[9723/79055] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-concurrency-extras
[10131/125310] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-concurrency-extras, swift-navigation
[11754/126627] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-concurrency-extras, swift-navigation, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.56s)
[14518/125741] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-navigation, swift-clocks
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.70s)
Fetching https://github.com/pointfreeco/combine-schedulers
[16449/124424] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-navigation
[20256/128997] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-navigation, swift-case-paths
[32904/131547] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-navigation, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.60s)
[29354/126974] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-navigation, combine-schedulers
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.75s)
[35196/124424] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-navigation
[43555/146649] Fetching swift-perception, swift-syntax, swift-identified-collections, swift-navigation, swift-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (5.72s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (5.82s)
Fetched https://github.com/apple/swift-collections from cache (4.45s)
Fetched https://github.com/pointfreeco/swift-perception from cache (11.02s)
Fetched https://github.com/swiftlang/swift-syntax from cache (11.12s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (12.15s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.90s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.93s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (2.48s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (7.22s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.80s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.96s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.8.0 (1.32s)
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/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.6 (0.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3669] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.25s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.7.0 (0.62s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (1.19s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.0 (2.29s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (1.32s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.11.0 (0.68s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (2.79s)
Computing version for https://github.com/capturecontext/swift-cocoa-extensions.git
Computed https://github.com/capturecontext/swift-cocoa-extensions.git at 0.5.0-alpha.8 (2.44s)
Fetching https://github.com/capturecontext/cocoa-aliases.git
[3/288] Fetching cocoa-aliases
Fetched https://github.com/capturecontext/cocoa-aliases.git from cache (2.24s)
Computing version for https://github.com/capturecontext/cocoa-aliases.git
Computed https://github.com/capturecontext/cocoa-aliases.git at 3.3.0 (3.83s)
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture.git
Working copy of https://github.com/pointfreeco/swift-composable-architecture.git resolved at 1.24.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.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/capturecontext/swift-declarative-configuration.git
Working copy of https://github.com/capturecontext/swift-declarative-configuration.git resolved at 0.6.1
Creating working copy for https://github.com/capturecontext/swift-keypath-mapping.git
Working copy of https://github.com/capturecontext/swift-keypath-mapping.git resolved at 0.0.1
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay.git resolved at 1.9.0
Creating working copy for https://github.com/capturecontext/swift-foundation-extensions.git
Working copy of https://github.com/capturecontext/swift-foundation-extensions.git resolved at 0.7.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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/capturecontext/swift-marker-protocols.git
Working copy of https://github.com/capturecontext/swift-marker-protocols.git resolved at 1.5.2
Creating working copy for https://github.com/capturecontext/swift-associated-objects.git
Working copy of https://github.com/capturecontext/swift-associated-objects.git resolved at 0.2.4
Creating working copy for https://github.com/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.8.0
Creating working copy for https://github.com/capturecontext/swift-resettable.git
Working copy of https://github.com/capturecontext/swift-resettable.git resolved at 0.3.1
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-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.6
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/capturecontext/cocoa-aliases.git
Working copy of https://github.com/capturecontext/cocoa-aliases.git resolved at 3.3.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.0
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/capturecontext/swift-cocoa-extensions.git
Working copy of https://github.com/capturecontext/swift-cocoa-extensions.git resolved at 0.5.0-alpha.8
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/capturecontext/swift-keypaths-extensions.git
Working copy of https://github.com/capturecontext/swift-keypaths-extensions.git resolved at 0.2.0
Creating working copy for https://github.com/capturecontext/swift-equated.git
Working copy of https://github.com/capturecontext/swift-equated.git resolved at 0.0.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/167] Write sources
[21/167] Copying PrivacyInfo.xcprivacy
[21/167] Write sources
[74/167] Compiling _SwiftSyntaxCShims PlatformMutex.c
[75/167] Compiling UIKitNavigationShim shim.m
[76/167] Write swift-version-24593BA9C3E375BF.txt
[78/185] Emitting module SwiftSyntax601
[79/185] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[80/185] Compiling SwiftSyntax601 Empty.swift
[81/186] Emitting module SwiftSyntax510
[82/186] Compiling SwiftSyntax510 Empty.swift
[83/186] Emitting module Sharing2
[84/186] Compiling Sharing2 Empty.swift
[85/188] Emitting module SwiftMarkerProtocols
[86/188] Emitting module SwiftSyntax602
[87/188] Compiling SwiftSyntax602 Empty.swift
[88/188] Emitting module SwiftSyntax600
[89/188] Emitting module Sharing1
[90/189] Compiling SwiftSyntax600 Empty.swift
[91/189] Compiling Sharing1 Empty.swift
[92/191] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[93/191] Compiling SwiftMarkerProtocols Deprecations.swift
[94/192] Emitting module SwiftSyntax509
[95/192] Compiling SwiftSyntax509 Empty.swift
[104/218] Compiling IssueReportingPackageSupport _Test.swift
[104/241] Wrapping AST for SwiftSyntax602 for debugging
[106/241] Emitting module IssueReportingPackageSupport
[107/241] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[108/241] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[109/241] Compiling AssociatedObjects objc_AssociationPolicy+.swift
[110/244] Emitting module AssociatedObjects
[111/244] Compiling AssociatedObjects AssociatingObject.swift
[114/308] Compiling SwiftSyntax SourceEdit.swift
[115/308] Compiling SwiftSyntax SourceLength.swift
[116/333] Compiling FoundationMarkerProtocols _NotificationCenterProtocol.swift
[117/343] Compiling FoundationMarkerProtocols Exports.swift
[118/353] Emitting module FoundationMarkerProtocols
[119/354] Compiling IssueReporting ErrorReporting.swift
[120/354] Compiling IssueReporting AppHostWarning.swift
[121/354] Compiling IssueReporting Deprecations.swift
[122/354] Compiling IssueReporting FailureObserver.swift
[123/354] Compiling IssueReporting LockIsolated.swift
[124/354] Compiling IssueReporting Rethrows.swift
[125/354] Compiling IssueReporting DefaultReporter.swift
[126/354] Compiling IssueReporting FatalErrorReporter.swift
[128/354] Compiling FunctionalClosures Deprecated.swift
[129/354] Emitting module FunctionalClosures
[130/355] Emitting module InternalCollectionsUtilities
[132/357] Emitting module QuartzCoreMarkerProtocols
[133/357] Compiling IssueReporting Warn.swift
[134/357] Compiling IssueReporting XCTest.swift
[135/357] Compiling IssueReporting IsTesting.swift
[136/357] Compiling IssueReporting IssueReporter.swift
[137/357] Compiling IssueReporting IssueSeverity.swift
[138/357] Compiling IssueReporting SwiftTesting.swift
[139/357] Compiling IssueReporting UncheckedSendable.swift
[140/358] Compiling QuartzCoreMarkerProtocols _CALayerProtocol.swift
[140/359] Wrapping AST for SwiftSyntax601 for debugging
[143/359] Wrapping AST for SwiftSyntax600 for debugging
[144/359] Wrapping AST for SwiftSyntax510 for debugging
[145/359] Wrapping AST for SwiftSyntax509 for debugging
[147/363] Compiling CocoaMarkerProtocols _CocoaViewProtocol.swift
[148/363] Compiling CocoaMarkerProtocols _CocoaViewControllerProtocol.swift
[148/363] Wrapping AST for SwiftMarkerProtocols for debugging
[150/363] Compiling CocoaMarkerProtocols Exports.swift
[151/363] Emitting module CocoaMarkerProtocols
[152/419] Wrapping AST for Sharing2 for debugging
[153/419] Wrapping AST for Sharing1 for debugging
[155/419] Compiling Equated Equated+Type.swift
[156/421] Emitting module Equated
[156/426] Wrapping AST for QuartzCoreMarkerProtocols for debugging
[158/426] Emitting module ConcurrencyExtras
[159/427] Compiling OrderedCollections _HashTable+Testing.swift
[160/427] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[161/429] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[162/429] Compiling IssueReporting WithExpectedIssue.swift
[163/429] Compiling IssueReporting WithIssueContext.swift
[164/431] Compiling CocoaAliases CollectionView.swift
[165/431] Compiling CocoaAliases Exports.swift
[166/431] Compiling CocoaAliases CocoaAliases.swift
[167/431] Emitting module CocoaAliases
[167/431] Wrapping AST for IssueReportingPackageSupport for debugging
[169/431] Compiling CocoaAliases SwiftUI.swift
[170/431] Compiling CocoaAliases TableView.swift
[171/432] Compiling OrderedCollections _HashTable+BucketIterator.swift
[172/432] Compiling OrderedCollections _HashTable+Constants.swift
[173/432] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[174/432] Compiling OrderedCollections OrderedSet+Codable.swift
[176/432] Wrapping AST for InternalCollectionsUtilities for debugging
[178/432] Compiling ConcurrencyExtras UncheckedSendable.swift
[179/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[180/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[181/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[182/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[183/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[184/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[185/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[186/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[187/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[188/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[189/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[190/432] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[191/432] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[192/432] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[193/432] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[194/432] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[195/432] Compiling OrderedCollections _HashTable+Bucket.swift
[196/435] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[197/435] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[198/435] Compiling OrderedCollections OrderedDictionary+Elements.swift
[198/439] Wrapping AST for FoundationMarkerProtocols for debugging
[199/439] Wrapping AST for FunctionalClosures for debugging
[201/439] Compiling OrderedCollections OrderedDictionary+Codable.swift
[202/439] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[203/439] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[204/439] Emitting module KeyPathMapping
[205/439] Emitting module IssueReporting
[206/439] Compiling OrderedCollections OrderedDictionary.swift
[211/439] Compiling KeyPathMapping Conversion+Collection.swift
[212/439] Compiling KeyPathMapping Conversion+Optional.swift
[213/439] Compiling OrderedCollections OrderedSet+Hashable.swift
[213/439] Wrapping AST for CocoaMarkerProtocols for debugging
[214/439] Wrapping AST for CocoaAliases for debugging
[216/439] Compiling OrderedCollections OrderedSet+Initializers.swift
[217/439] Compiling OrderedCollections OrderedSet+Insertions.swift
[218/439] Compiling OrderedCollections OrderedSet+Invariants.swift
[219/439] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[220/439] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[221/439] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[222/439] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[223/439] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[223/439] Wrapping AST for AssociatedObjects for debugging
[233/439] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[234/439] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[235/439] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[236/439] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[237/439] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[238/439] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[239/439] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[240/439] Compiling OrderedCollections OrderedDictionary+Values.swift
[243/439] Compiling ConcurrencyExtras LockIsolated.swift
[246/439] Compiling ConcurrencyExtras Result.swift
[247/439] Compiling ConcurrencyExtras MainSerialExecutor.swift
[248/439] Compiling ConcurrencyExtras Task.swift
[267/447] Compiling Equated Equated.swift
[268/447] Compiling Equated Equated+Error.swift
[269/447] Compiling Equated Equated+Optional.swift
[282/447] Compiling OrderedCollections _HashTable.swift
[283/447] Compiling OrderedCollections _Hashtable+Header.swift
[307/451] Wrapping AST for IssueReporting for debugging
[308/451] Wrapping AST for Equated for debugging
[310/469] Compiling PerceptionCore ThreadLocal.swift
[311/469] Compiling PerceptionCore Bindable.swift
[312/469] Compiling PerceptionCore Environment.swift
[313/469] Compiling PerceptionCore Locals.swift
[314/469] Compiling PerceptionCore ObservationBeta.swift
[318/469] Wrapping AST for KeyPathMapping for debugging
[320/469] Compiling OrderedCollections OrderedSet+Sendable.swift
[321/469] Compiling OrderedCollections OrderedSet+SubSequence.swift
[322/469] Compiling OrderedCollections OrderedSet+Testing.swift
[323/469] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[324/469] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[325/469] Compiling OrderedCollections OrderedSet.swift
[326/469] Compiling OrderedCollections _UnsafeBitset.swift
[327/473] Compiling XCTestDynamicOverlay Exports.swift
[328/493] Emitting module OrderedCollections
[328/496] Wrapping AST for ConcurrencyExtras for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[331/496] 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 | ///
[332/496] Compiling CombineSchedulers AnyScheduler.swift
[333/496] Compiling CombineSchedulers Concurrency.swift
[334/497] Compiling KeyPathsExtensions KeyPath+UnsafeSendable.swift
[335/497] Compiling KeyPathsExtensions Exports.swift
[336/497] Compiling CombineSchedulers ImmediateScheduler.swift
[337/497] Compiling CombineSchedulers Deprecations.swift
[338/497] Compiling CombineSchedulers UIKit.swift
[339/497] Compiling CombineSchedulers Lock.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 | var attr = pthread_mutexattr_t()
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
57 | pthread_mutexattr_destroy(&attr)
58 | self.mutex = mutex
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
| `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 | self.mutex = mutex
59 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 | func lock() {
66 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
67 | }
68 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 | func unlock() {
70 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
71 | }
72 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 | deinit {
78 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | }
80 | }
[340/497] Compiling CombineSchedulers NSRecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 | var attr = pthread_mutexattr_t()
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
57 | pthread_mutexattr_destroy(&attr)
58 | self.mutex = mutex
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
| `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 | self.mutex = mutex
59 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 | func lock() {
66 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
67 | }
68 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 | func unlock() {
70 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
71 | }
72 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 | deinit {
78 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | }
80 | }
[341/497] Compiling CombineSchedulers UIScheduler.swift
[342/497] Compiling CombineSchedulers Platform.swift
[343/497] Compiling CombineSchedulers SwiftUI.swift
[344/497] Compiling CombineSchedulers TestScheduler.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
| `- error: cannot find type 'Publishers' in scope
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
40 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
33 | /// - Returns: A publisher that repeatedly emits the current date on the given interval.
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
| `- error: cannot find type 'SchedulerTimeType' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
| `- error: cannot find type 'SchedulerTimeType' in scope
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
| `- error: cannot find type 'SchedulerOptions' in scope
38 | ) -> Publishers.Timer<Self> {
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
85 | /// XCTAssertEqual(output, Array(0...1_001))
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
| `- error: cannot find type '_CombineScheduler' in scope
88 | public typealias Output = Scheduler.SchedulerTimeType
89 | public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
88 | public typealias Output = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
92 | public let options: Scheduler.SchedulerOptions?
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
95 |
96 | private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 | ) {
111 | self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscription' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscriber' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
122 | typealias Input = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 | typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 | typealias Failure = Never
124 |
125 | private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
| `- error: cannot find type 'AnySubscriber' in scope
126 |
127 | private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscriber' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 | var customMirror: Mirror { return inner.customMirror }
159 | var playgroundDescription: Any { return description }
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
| `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
| `- error: cannot find type 'Publishers' in scope
163 | self.lock = Lock()
164 | self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 | }
170 |
171 | func addSubscriber<Sub: Subscriber>(_ sub: Sub)
| `- error: cannot find type 'Subscriber' in scope
172 | where
173 | Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 | }
182 |
183 | func receive(subscription: Subscription) {
| `- error: cannot find type 'Subscription' in scope
184 | lock.lock()
185 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 | }
192 |
193 | func receive(_ value: Input) -> Subscribers.Demand {
| `- error: cannot find type 'Subscribers' in scope
194 | var resultingDemand: Subscribers.Demand = .max(0)
195 | lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 | }
207 |
208 | func receive(completion: Subscribers.Completion<Failure>) {
| `- error: cannot find type 'Subscribers' in scope
209 | lock.lock()
210 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 | }
217 |
218 | func request(_ demand: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
219 | lock.lock()
220 | // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 | }
238 |
239 | public func receive<Sub: Subscriber>(subscriber: Sub)
| `- error: cannot find type 'Subscriber' in scope
240 | where Failure == Sub.Failure, Output == Sub.Input {
241 | routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 | }
243 |
244 | public func connect() -> Cancellable {
| `- error: cannot find type 'Cancellable' in scope
245 | routingSubscription.isConnected = true
246 | return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 | }
248 |
249 | private typealias Parent = Publishers.Timer
| `- error: cannot find type 'Publishers' in scope
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 | CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscription' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 | Downstream.Failure == Never
255 | {
256 | private var cancellable: Cancellable?
| `- error: cannot find type 'Cancellable' in scope
257 | private let lock: Lock
258 | private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 | private var parent: Parent<Scheduler>?
260 | private var started: Bool
261 | private var demand: Subscribers.Demand
| `- error: cannot find type 'Subscribers' in scope
262 |
263 | override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 | }
327 |
328 | func request(_ n: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
329 | lock.lock()
330 | defer { lock.unlock() }
[345/497] Compiling CombineSchedulers Timer.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
| `- error: cannot find type 'Publishers' in scope
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
40 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
33 | /// - Returns: A publisher that repeatedly emits the current date on the given interval.
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
| `- error: cannot find type 'SchedulerTimeType' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
| `- error: cannot find type 'SchedulerTimeType' in scope
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
| `- error: cannot find type 'SchedulerOptions' in scope
38 | ) -> Publishers.Timer<Self> {
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
85 | /// XCTAssertEqual(output, Array(0...1_001))
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
| `- error: cannot find type '_CombineScheduler' in scope
88 | public typealias Output = Scheduler.SchedulerTimeType
89 | public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
88 | public typealias Output = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
92 | public let options: Scheduler.SchedulerOptions?
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
95 |
96 | private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 | ) {
111 | self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscription' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscriber' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
122 | typealias Input = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 | typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 | typealias Failure = Never
124 |
125 | private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
| `- error: cannot find type 'AnySubscriber' in scope
126 |
127 | private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscriber' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 | var customMirror: Mirror { return inner.customMirror }
159 | var playgroundDescription: Any { return description }
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
| `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
| `- error: cannot find type 'Publishers' in scope
163 | self.lock = Lock()
164 | self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 | }
170 |
171 | func addSubscriber<Sub: Subscriber>(_ sub: Sub)
| `- error: cannot find type 'Subscriber' in scope
172 | where
173 | Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 | }
182 |
183 | func receive(subscription: Subscription) {
| `- error: cannot find type 'Subscription' in scope
184 | lock.lock()
185 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 | }
192 |
193 | func receive(_ value: Input) -> Subscribers.Demand {
| `- error: cannot find type 'Subscribers' in scope
194 | var resultingDemand: Subscribers.Demand = .max(0)
195 | lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 | }
207 |
208 | func receive(completion: Subscribers.Completion<Failure>) {
| `- error: cannot find type 'Subscribers' in scope
209 | lock.lock()
210 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 | }
217 |
218 | func request(_ demand: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
219 | lock.lock()
220 | // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 | }
238 |
239 | public func receive<Sub: Subscriber>(subscriber: Sub)
| `- error: cannot find type 'Subscriber' in scope
240 | where Failure == Sub.Failure, Output == Sub.Input {
241 | routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 | }
243 |
244 | public func connect() -> Cancellable {
| `- error: cannot find type 'Cancellable' in scope
245 | routingSubscription.isConnected = true
246 | return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 | }
248 |
249 | private typealias Parent = Publishers.Timer
| `- error: cannot find type 'Publishers' in scope
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 | CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscription' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 | Downstream.Failure == Never
255 | {
256 | private var cancellable: Cancellable?
| `- error: cannot find type 'Cancellable' in scope
257 | private let lock: Lock
258 | private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 | private var parent: Parent<Scheduler>?
260 | private var started: Bool
261 | private var demand: Subscribers.Demand
| `- error: cannot find type 'Subscribers' in scope
262 |
263 | override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 | }
327 |
328 | func request(_ n: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
329 | lock.lock()
330 | defer { lock.unlock() }
[346/497] Compiling Clocks Timer.swift
[346/498] Wrapping AST for OrderedCollections for debugging
[348/498] Compiling KeyPathsExtensions KeyPath+Optional.swift
[349/498] Emitting module KeyPathsExtensions
[350/498] Compiling KeyPathsExtensions KeyPath+.swift
[351/499] Compiling CombineSchedulers UnimplementedScheduler.swift
[352/499] Emitting module Clocks
[353/499] Compiling Clocks AnyClock.swift
[355/500] Emitting module XCTestDynamicOverlay
[356/500] Compiling XCTestDynamicOverlay Deprecations.swift
[357/518] Compiling Clocks ImmediateClock.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
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/93] Write swift-version-24593BA9C3E375BF.txt
[4/120] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[5/120] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[6/138] Compiling SwiftMarkerProtocols Deprecations.swift
[7/138] Emitting module SwiftMarkerProtocols
[8/138] Compiling AssociatedObjects objc_AssociationPolicy+.swift
[9/138] Compiling AssociatedObjects AssociatingObject.swift
[10/139] Emitting module AssociatedObjects
[11/139] Emitting module SwiftSyntax602
[12/139] Emitting module SwiftSyntax601
[13/139] Compiling SwiftSyntax602 Empty.swift
[14/139] Compiling SwiftSyntax601 Empty.swift
[15/142] Compiling Equated Equated+Type.swift
[16/143] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/143] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/143] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/143] Compiling InternalCollectionsUtilities Integer rank.swift
[20/143] Emitting module IssueReportingPackageSupport
[21/143] Compiling IssueReportingPackageSupport _Test.swift
[23/144] Compiling Equated Equated+Optional.swift
[24/144] Compiling InternalCollectionsUtilities Debugging.swift
[25/144] Compiling InternalCollectionsUtilities Descriptions.swift
[26/144] Compiling InternalCollectionsUtilities String+Padding.swift
[27/144] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/144] Compiling Equated Equated+Error.swift
[33/144] Emitting module Equated
[34/139] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[35/139] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[36/151] Emitting module FunctionalClosures
[37/151] Compiling FunctionalClosures Deprecated.swift
[38/151] Compiling Sharing1 Empty.swift
[39/151] Emitting module Sharing1
[40/153] Compiling Sharing2 Empty.swift
[41/153] Compiling InternalCollectionsUtilities _SortedCollection.swift
[42/153] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[43/153] Emitting module Sharing2
[44/153] Compiling Equated Equated.swift
[45/154] Emitting module SwiftSyntax510
[46/154] Compiling SwiftSyntax510 Empty.swift
[47/155] Emitting module SwiftSyntax600
[48/155] Compiling SwiftSyntax600 Empty.swift
[49/155] Emitting module SwiftSyntax509
[50/155] Compiling SwiftSyntax509 Empty.swift
[57/158] Emitting module InternalCollectionsUtilities
[65/158] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/158] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/151] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/151] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/151] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[72/151] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[73/151] Compiling InternalCollectionsUtilities Span+Extras.swift
[75/204] Compiling FoundationMarkerProtocols _NotificationCenterProtocol.swift
[76/270] Emitting module FoundationMarkerProtocols
[77/270] Compiling FoundationMarkerProtocols Exports.swift
[79/270] Compiling ConcurrencyExtras MainSerialExecutor.swift
[80/271] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[81/271] Compiling SwiftSyntax Assert.swift
[82/271] Compiling ConcurrencyExtras LockIsolated.swift
[83/271] Compiling SwiftSyntax AbsolutePosition.swift
[84/271] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[86/273] Compiling SwiftSyntax BumpPtrAllocator.swift
[87/273] Compiling SwiftSyntax CommonAncestor.swift
[88/273] Compiling ConcurrencyExtras Result.swift
[89/273] Compiling ConcurrencyExtras Task.swift
[90/273] Emitting module ConcurrencyExtras
[93/273] Compiling SwiftSyntax Identifier.swift
[94/273] Compiling SwiftSyntax MemoryLayout.swift
[95/273] Compiling SwiftSyntax MissingNodeInitializers.swift
[96/273] Compiling SwiftSyntax RawSyntax.swift
[97/273] Compiling SwiftSyntax RawSyntaxArena.swift
[98/273] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[99/273] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[100/273] Compiling SwiftSyntax RawSyntaxTokenView.swift
[101/273] Compiling SwiftSyntax SourceEdit.swift
[102/273] Compiling SwiftSyntax SourceLength.swift
[103/273] Compiling SwiftSyntax SourceLocation.swift
[104/273] Compiling SwiftSyntax SourcePresence.swift
[105/332] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[106/332] Compiling OrderedCollections _HashTable+Testing.swift
[107/332] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[108/332] Compiling QuartzCoreMarkerProtocols _CALayerProtocol.swift
[109/332] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[110/332] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[111/332] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[112/332] Emitting module QuartzCoreMarkerProtocols
[113/333] Compiling OrderedCollections _HashTable.swift
[114/333] Compiling OrderedCollections _Hashtable+Header.swift
[115/333] Compiling OrderedCollections OrderedDictionary+Codable.swift
[116/333] Compiling ConcurrencyExtras UncheckedSendable.swift
[117/334] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[118/334] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[119/334] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[120/334] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[121/334] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[122/334] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[123/334] Compiling OrderedCollections OrderedDictionary+Elements.swift
[125/333] Emitting module IssueReporting
[126/333] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[127/333] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[129/332] Emitting module KeyPathMapping
[130/337] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[131/337] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[132/337] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[133/337] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[134/337] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[135/337] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[136/337] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[138/344] Emitting module CocoaMarkerProtocols
[139/343] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[140/343] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[141/343] Compiling CocoaMarkerProtocols _CocoaViewControllerProtocol.swift
[142/343] Compiling CocoaMarkerProtocols _CocoaViewProtocol.swift
[143/343] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[144/343] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[145/343] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[146/343] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[147/343] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[148/343] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[149/343] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[150/343] Compiling CocoaMarkerProtocols Exports.swift
[151/344] Compiling OrderedCollections _HashTable+Bucket.swift
[152/344] Compiling OrderedCollections _HashTable+BucketIterator.swift
[153/344] Compiling OrderedCollections _HashTable+Constants.swift
[162/348] Compiling KeyPathsExtensions KeyPath+UnsafeSendable.swift
[163/354] Emitting module KeyPathsExtensions
[164/355] Compiling KeyPathsExtensions KeyPath+.swift
[180/356] Compiling OrderedCollections OrderedDictionary+Values.swift
[181/362] Compiling OrderedCollections OrderedDictionary.swift
[182/362] Compiling OrderedCollections OrderedSet+Codable.swift
[183/362] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[184/362] Compiling OrderedCollections OrderedSet+Descriptions.swift
[185/362] Compiling OrderedCollections OrderedSet+Diffing.swift
[186/362] Compiling OrderedCollections OrderedSet+Equatable.swift
[187/362] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[188/362] Compiling OrderedCollections OrderedSet+Hashable.swift
[189/362] Compiling OrderedCollections OrderedSet+Initializers.swift
[190/362] Compiling OrderedCollections OrderedSet+Insertions.swift
[191/362] Compiling OrderedCollections OrderedSet+Invariants.swift
[192/362] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[193/362] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[194/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[195/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[196/362] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[197/362] Emitting module CocoaAliases
[198/362] Compiling CocoaAliases CocoaAliases.swift
[199/365] Compiling KeyPathsExtensions Exports.swift
[200/376] Compiling KeyPathsExtensions KeyPath+Optional.swift
[201/394] Compiling Clocks Timer.swift
[202/395] Compiling CocoaAliases TableView.swift
[203/395] Compiling CocoaAliases SwiftUI.swift
[205/395] Compiling CocoaAliases CollectionView.swift
[206/395] Compiling CocoaAliases Exports.swift
[208/396] Compiling CombineSchedulers UIKit.swift
[209/396] Compiling CombineSchedulers UIScheduler.swift
[210/396] Compiling XCTestDynamicOverlay Exports.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[211/396] 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 | ///
[212/396] Compiling CombineSchedulers ImmediateScheduler.swift
[213/396] Compiling CombineSchedulers Deprecations.swift
[214/396] Compiling CombineSchedulers AnyScheduler.swift
[215/396] Compiling CombineSchedulers Concurrency.swift
[216/397] Compiling Clocks ImmediateClock.swift
[217/397] Emitting module Clocks
[218/397] Compiling Clocks AnyClock.swift
[219/397] Compiling CombineSchedulers Platform.swift
[220/397] Compiling CombineSchedulers SwiftUI.swift
[221/397] Compiling CombineSchedulers Lock.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 | var attr = pthread_mutexattr_t()
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
57 | pthread_mutexattr_destroy(&attr)
58 | self.mutex = mutex
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
| `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 | self.mutex = mutex
59 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 | func lock() {
66 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
67 | }
68 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 | func unlock() {
70 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
71 | }
72 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 | deinit {
78 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | }
80 | }
[222/397] Compiling CombineSchedulers NSRecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:54:7: error: cannot find 'pthread_mutexattr_init' in scope
52 | var attr = pthread_mutexattr_t()
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
| `- error: cannot find 'pthread_mutexattr_init' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:7: error: cannot find 'pthread_mutexattr_settype' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'pthread_mutexattr_settype' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:55:46: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
53 | var mutex = pthread_mutex_t()
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
| `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:56:7: error: cannot find 'pthread_mutex_init' in scope
54 | pthread_mutexattr_init(&attr)
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
| `- error: cannot find 'pthread_mutex_init' in scope
57 | pthread_mutexattr_destroy(&attr)
58 | self.mutex = mutex
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:57:7: error: cannot find 'pthread_mutexattr_destroy' in scope
55 | pthread_mutexattr_settype(&attr, Int32(PTHREAD_MUTEX_ERRORCHECK))
56 | pthread_mutex_init(&mutex, &attr)
57 | pthread_mutexattr_destroy(&attr)
| `- error: cannot find 'pthread_mutexattr_destroy' in scope
58 | self.mutex = mutex
59 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:66:7: error: cannot find 'pthread_mutex_lock' in scope
64 |
65 | func lock() {
66 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
67 | }
68 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:70:7: error: cannot find 'pthread_mutex_unlock' in scope
68 |
69 | func unlock() {
70 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
71 | }
72 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Internal/Lock.swift:78:7: error: cannot find 'pthread_mutex_destroy' in scope
76 |
77 | deinit {
78 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
79 | }
80 | }
[223/397] Compiling CombineSchedulers TestScheduler.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
| `- error: cannot find type 'Publishers' in scope
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
40 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
33 | /// - Returns: A publisher that repeatedly emits the current date on the given interval.
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
| `- error: cannot find type 'SchedulerTimeType' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
| `- error: cannot find type 'SchedulerTimeType' in scope
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
| `- error: cannot find type 'SchedulerOptions' in scope
38 | ) -> Publishers.Timer<Self> {
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
85 | /// XCTAssertEqual(output, Array(0...1_001))
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
| `- error: cannot find type '_CombineScheduler' in scope
88 | public typealias Output = Scheduler.SchedulerTimeType
89 | public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
88 | public typealias Output = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
92 | public let options: Scheduler.SchedulerOptions?
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
95 |
96 | private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 | ) {
111 | self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscription' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscriber' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
122 | typealias Input = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 | typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 | typealias Failure = Never
124 |
125 | private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
| `- error: cannot find type 'AnySubscriber' in scope
126 |
127 | private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscriber' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 | var customMirror: Mirror { return inner.customMirror }
159 | var playgroundDescription: Any { return description }
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
| `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
| `- error: cannot find type 'Publishers' in scope
163 | self.lock = Lock()
164 | self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 | }
170 |
171 | func addSubscriber<Sub: Subscriber>(_ sub: Sub)
| `- error: cannot find type 'Subscriber' in scope
172 | where
173 | Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 | }
182 |
183 | func receive(subscription: Subscription) {
| `- error: cannot find type 'Subscription' in scope
184 | lock.lock()
185 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 | }
192 |
193 | func receive(_ value: Input) -> Subscribers.Demand {
| `- error: cannot find type 'Subscribers' in scope
194 | var resultingDemand: Subscribers.Demand = .max(0)
195 | lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 | }
207 |
208 | func receive(completion: Subscribers.Completion<Failure>) {
| `- error: cannot find type 'Subscribers' in scope
209 | lock.lock()
210 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 | }
217 |
218 | func request(_ demand: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
219 | lock.lock()
220 | // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 | }
238 |
239 | public func receive<Sub: Subscriber>(subscriber: Sub)
| `- error: cannot find type 'Subscriber' in scope
240 | where Failure == Sub.Failure, Output == Sub.Input {
241 | routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 | }
243 |
244 | public func connect() -> Cancellable {
| `- error: cannot find type 'Cancellable' in scope
245 | routingSubscription.isConnected = true
246 | return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 | }
248 |
249 | private typealias Parent = Publishers.Timer
| `- error: cannot find type 'Publishers' in scope
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 | CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscription' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 | Downstream.Failure == Never
255 | {
256 | private var cancellable: Cancellable?
| `- error: cannot find type 'Cancellable' in scope
257 | private let lock: Lock
258 | private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 | private var parent: Parent<Scheduler>?
260 | private var started: Bool
261 | private var demand: Subscribers.Demand
| `- error: cannot find type 'Subscribers' in scope
262 |
263 | override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 | }
327 |
328 | func request(_ n: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
329 | lock.lock()
330 | defer { lock.unlock() }
[224/397] Compiling CombineSchedulers Timer.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
| `- error: cannot find type 'Publishers' in scope
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
40 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
33 | /// - Returns: A publisher that repeatedly emits the current date on the given interval.
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
| `- error: cannot find type 'SchedulerTimeType' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
| `- error: cannot find type 'SchedulerTimeType' in scope
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
| `- error: cannot find type 'SchedulerOptions' in scope
38 | ) -> Publishers.Timer<Self> {
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
85 | /// XCTAssertEqual(output, Array(0...1_001))
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
| `- error: cannot find type '_CombineScheduler' in scope
88 | public typealias Output = Scheduler.SchedulerTimeType
89 | public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
88 | public typealias Output = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
92 | public let options: Scheduler.SchedulerOptions?
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
95 |
96 | private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 | ) {
111 | self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscription' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscriber' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
122 | typealias Input = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 | typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 | typealias Failure = Never
124 |
125 | private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
| `- error: cannot find type 'AnySubscriber' in scope
126 |
127 | private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscriber' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 | var customMirror: Mirror { return inner.customMirror }
159 | var playgroundDescription: Any { return description }
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
| `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
| `- error: cannot find type 'Publishers' in scope
163 | self.lock = Lock()
164 | self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 | }
170 |
171 | func addSubscriber<Sub: Subscriber>(_ sub: Sub)
| `- error: cannot find type 'Subscriber' in scope
172 | where
173 | Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 | }
182 |
183 | func receive(subscription: Subscription) {
| `- error: cannot find type 'Subscription' in scope
184 | lock.lock()
185 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 | }
192 |
193 | func receive(_ value: Input) -> Subscribers.Demand {
| `- error: cannot find type 'Subscribers' in scope
194 | var resultingDemand: Subscribers.Demand = .max(0)
195 | lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 | }
207 |
208 | func receive(completion: Subscribers.Completion<Failure>) {
| `- error: cannot find type 'Subscribers' in scope
209 | lock.lock()
210 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 | }
217 |
218 | func request(_ demand: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
219 | lock.lock()
220 | // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 | }
238 |
239 | public func receive<Sub: Subscriber>(subscriber: Sub)
| `- error: cannot find type 'Subscriber' in scope
240 | where Failure == Sub.Failure, Output == Sub.Input {
241 | routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 | }
243 |
244 | public func connect() -> Cancellable {
| `- error: cannot find type 'Cancellable' in scope
245 | routingSubscription.isConnected = true
246 | return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 | }
248 |
249 | private typealias Parent = Publishers.Timer
| `- error: cannot find type 'Publishers' in scope
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 | CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscription' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 | Downstream.Failure == Never
255 | {
256 | private var cancellable: Cancellable?
| `- error: cannot find type 'Cancellable' in scope
257 | private let lock: Lock
258 | private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 | private var parent: Parent<Scheduler>?
260 | private var started: Bool
261 | private var demand: Subscribers.Demand
| `- error: cannot find type 'Subscribers' in scope
262 |
263 | override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 | }
327 |
328 | func request(_ n: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
329 | lock.lock()
330 | defer { lock.unlock() }
[225/397] Compiling Clocks Lock.swift
[226/397] Compiling Clocks _AsyncTimerSequence.swift
[227/397] Compiling CombineSchedulers UnimplementedScheduler.swift
[228/397] Compiling Clocks UnimplementedClock.swift
[229/397] Emitting module XCTestDynamicOverlay
[230/397] Compiling XCTestDynamicOverlay Deprecations.swift
[231/398] Compiling Clocks SwiftUI.swift
[232/398] Emitting module OrderedCollections
BUILD FAILURE 6.1 wasm