Build Information
Failed to build composable-architecture-extensions, reference 0.3.0-alpha.3 (91f2aa), with Swift 6.1 for Android on 10 Mar 2026 23:22:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: 0.3.0-alpha.3
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
* tag 0.3.0-alpha.3 -> FETCH_HEAD
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 0.3.0-alpha.3
========================================
Build
========================================
Selected platform: android
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-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/capturecontext/swift-cocoa-extensions.git
Fetching https://github.com/capturecontext/swift-foundation-extensions.git
Fetching https://github.com/pointfreeco/swift-composable-architecture.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/capturecontext/swift-declarative-configuration.git
[1/561] Fetching swift-foundation-extensions
[562/2732] Fetching swift-foundation-extensions, swift-docc-plugin
[780/3415] Fetching swift-foundation-extensions, swift-docc-plugin, swift-cocoa-extensions
[1463/4420] Fetching swift-foundation-extensions, swift-docc-plugin, swift-cocoa-extensions, swift-declarative-configuration
Fetched https://github.com/capturecontext/swift-cocoa-extensions.git from cache (0.38s)
[2044/3737] Fetching swift-foundation-extensions, swift-docc-plugin, swift-declarative-configuration
Fetched https://github.com/capturecontext/swift-declarative-configuration.git from cache (0.51s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.52s)
[1/312554] Fetching swift-composable-architecture
Fetched https://github.com/capturecontext/swift-foundation-extensions.git from cache (20.81s)
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (21.20s)
Computing version for https://github.com/capturecontext/swift-foundation-extensions.git
Computed https://github.com/capturecontext/swift-foundation-extensions.git at 0.7.0 (21.86s)
Fetching https://github.com/capturecontext/swift-resettable.git
Fetching https://github.com/capturecontext/swift-equated.git
Fetching https://github.com/capturecontext/swift-associated-objects.git
[1/111] Fetching swift-equated
[112/257] Fetching swift-equated, swift-associated-objects
[258/380] Fetching swift-equated, swift-associated-objects, swift-resettable
Fetched https://github.com/capturecontext/swift-equated.git from cache (0.23s)
Fetched https://github.com/capturecontext/swift-resettable.git from cache (0.23s)
Fetched https://github.com/capturecontext/swift-associated-objects.git from cache (0.23s)
Computing version for https://github.com/capturecontext/swift-declarative-configuration.git
Computed https://github.com/capturecontext/swift-declarative-configuration.git at 0.6.1 (0.87s)
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git
[1/196] Fetching swift-keypaths-extensions
[197/5914] Fetching swift-keypaths-extensions, xctest-dynamic-overlay
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (0.66s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (0.67s)
Computing version for https://github.com/capturecontext/swift-keypaths-extensions.git
Computed https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0 (1.40s)
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
Fetching https://github.com/capturecontext/swift-marker-protocols.git
[1/171] Fetching swift-marker-protocols
[19/231] Fetching swift-marker-protocols, swift-keypath-mapping
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.30s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.1 (2.86s)
Computing version for https://github.com/capturecontext/swift-resettable.git
Computed https://github.com/capturecontext/swift-resettable.git at 0.3.1 (0.57s)
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.35s)
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.06s)
Computing version for https://github.com/capturecontext/swift-associated-objects.git
Computed https://github.com/capturecontext/swift-associated-objects.git at 0.2.4 (0.60s)
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.26s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 1.9.0 (0.93s)
Computing version for https://github.com/capturecontext/swift-equated.git
Computed https://github.com/capturecontext/swift-equated.git at 0.0.5 (0.76s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 1.24.1 (0.81s)
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/swiftlang/swift-syntax
[1/1962] Fetching swift-perception
[1120/8620] Fetching swift-perception, swift-dependencies
[4494/12153] Fetching swift-perception, swift-dependencies, swift-sharing
[9330/13695] Fetching swift-perception, swift-dependencies, swift-sharing, swift-identified-collections
[12447/59950] Fetching swift-perception, swift-dependencies, swift-sharing, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.51s)
[11397/56417] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[14789/131082] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax
[18133/131968] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.41s)
Fetching https://github.com/pointfreeco/swift-clocks
[23715/131082] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax
[33179/132399] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax, swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.41s)
Fetching https://github.com/pointfreeco/swift-case-paths
[44847/131082] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax
[61249/135655] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax, swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.86s)
[75830/131082] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[83298/133632] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.79s)
Fetching https://github.com/apple/swift-collections
[86283/131082] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax
[94498/153307] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/pointfreeco/swift-navigation from cache (3.63s)
[63459/107052] Fetching swift-perception, swift-dependencies, swift-identified-collections, swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.10s)
Fetched https://github.com/pointfreeco/swift-perception from cache (8.36s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (8.37s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (8.37s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.43s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (9.05s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.59s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.64s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.62s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (6.66s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (3.26s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.13s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.8.0 (0.77s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.49s)
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.99s)
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.56s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.70s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.7.0 (1.10s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (1.69s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.0 (1.36s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (1.02s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.11.0 (2.05s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (2.43s)
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 (1.05s)
Fetching https://github.com/capturecontext/cocoa-aliases.git
[1/288] Fetching cocoa-aliases
Fetched https://github.com/capturecontext/cocoa-aliases.git from cache (0.37s)
Computing version for https://github.com/capturecontext/cocoa-aliases.git
Computed https://github.com/capturecontext/cocoa-aliases.git at 3.3.0 (1.56s)
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/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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.11.0
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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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-resettable.git
Working copy of https://github.com/capturecontext/swift-resettable.git resolved at 0.3.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
Creating working copy for https://github.com/capturecontext/swift-equated.git
Working copy of https://github.com/capturecontext/swift-equated.git resolved at 0.0.5
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/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/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/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.7.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/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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/swift-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/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-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-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/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.8.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/167] Write sources
[3/167] Copying PrivacyInfo.xcprivacy
[3/167] Write sources
[74/167] Compiling UIKitNavigationShim shim.m
[75/167] Compiling _SwiftSyntaxCShims PlatformMutex.c
[76/167] Write swift-version-24593BA9C3E375BF.txt
[78/185] Emitting module SwiftSyntax601
[79/185] Compiling SwiftSyntax600 Empty.swift
[80/185] Emitting module SwiftSyntax600
[81/185] Emitting module SwiftSyntax510
[82/185] Compiling SwiftSyntax510 Empty.swift
[83/187] Compiling SwiftSyntax601 Empty.swift
[84/188] Compiling SwiftSyntax602 Empty.swift
[85/188] Emitting module SwiftSyntax602
[90/189] Compiling SwiftSyntax509 Empty.swift
[91/189] Emitting module SwiftSyntax509
[93/210] Compiling IssueReportingPackageSupport _Test.swift
[94/211] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[95/211] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[96/212] Emitting module IssueReportingPackageSupport
[97/212] Emitting module Sharing1
[98/213] Compiling Sharing1 Empty.swift
[99/214] Compiling SwiftMarkerProtocols Deprecations.swift
[100/214] Emitting module SwiftMarkerProtocols
[101/215] Emitting module Sharing2
[102/215] Compiling Sharing2 Empty.swift
[106/228] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[107/228] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[109/304] Compiling SwiftSyntax SyntaxIdentifier.swift
[110/304] Compiling SwiftSyntax ChildNameForKeyPath.swift
[111/329] Compiling KeyPathMapping KeyPathMappable+GettersSetters.swift
[112/329] Compiling KeyPathMapping KeyPathMapper+GettersSetters.swift
[113/349] Compiling AssociatedObjects objc_AssociationPolicy+.swift
[114/349] Compiling AssociatedObjects AssociatingObject.swift
[115/349] Emitting module AssociatedObjects
[117/350] Compiling FunctionalClosures Deprecated.swift
[118/350] Emitting module FunctionalClosures
[119/351] Emitting module InternalCollectionsUtilities
[120/354] Wrapping AST for SwiftSyntax602 for debugging
[121/354] Wrapping AST for SwiftSyntax601 for debugging
[123/354] Compiling IssueReporting IssueReporter.swift
[124/354] Compiling IssueReporting SwiftTesting.swift
[125/354] Compiling IssueReporting ErrorReporting.swift
[126/354] Compiling IssueReporting AppHostWarning.swift
[127/354] Compiling IssueReporting Deprecations.swift
[128/354] Compiling IssueReporting Rethrows.swift
[129/354] Compiling IssueReporting XCTest.swift
[130/354] Compiling IssueReporting IsTesting.swift
[131/354] Compiling IssueReporting FailureObserver.swift
[132/354] Compiling IssueReporting LockIsolated.swift
[133/354] Compiling IssueReporting UncheckedSendable.swift
[134/354] Compiling IssueReporting Warn.swift
[135/354] Compiling IssueReporting BreakpointReporter.swift
[135/355] Wrapping AST for SwiftSyntax600 for debugging
[137/355] Wrapping AST for SwiftSyntax510 for debugging
[138/355] Wrapping AST for SwiftSyntax509 for debugging
[139/355] Wrapping AST for SwiftMarkerProtocols for debugging
[140/410] Wrapping AST for Sharing2 for debugging
[141/410] Wrapping AST for Sharing1 for debugging
[142/410] Wrapping AST for IssueReportingPackageSupport for debugging
[143/410] Wrapping AST for InternalCollectionsUtilities for debugging
[144/410] Wrapping AST for FunctionalClosures for debugging
[145/410] Wrapping AST for AssociatedObjects for debugging
[147/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[155/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[156/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[157/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[158/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[159/417] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[160/417] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[161/417] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[162/417] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[163/417] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[164/417] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[165/417] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[166/417] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[167/417] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[168/417] Compiling OrderedCollections OrderedDictionary+Values.swift
[169/417] Compiling OrderedCollections OrderedDictionary.swift
[170/417] Compiling OrderedCollections OrderedSet+Codable.swift
[171/417] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[172/417] Compiling OrderedCollections OrderedSet+Descriptions.swift
[173/417] Compiling OrderedCollections OrderedSet+Diffing.swift
[174/417] Compiling OrderedCollections OrderedSet+Equatable.swift
[175/417] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[176/417] Compiling OrderedCollections OrderedSet+Hashable.swift
[177/417] Compiling OrderedCollections OrderedSet+Initializers.swift
[178/417] Compiling OrderedCollections OrderedSet+Insertions.swift
[179/417] Compiling OrderedCollections OrderedSet+Invariants.swift
[180/417] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[181/417] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[182/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[183/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[184/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[185/417] Emitting module FoundationMarkerProtocols
[186/417] Compiling ConcurrencyExtras MainSerialExecutor.swift
[187/418] Compiling Equated Equated+Type.swift
[188/419] Compiling OrderedCollections OrderedSet+Sendable.swift
[189/419] Compiling OrderedCollections OrderedSet+SubSequence.swift
[190/419] Compiling OrderedCollections OrderedSet+Testing.swift
[191/419] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[192/419] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[193/419] Compiling OrderedCollections OrderedSet.swift
[194/419] Compiling OrderedCollections _UnsafeBitset.swift
[196/419] Compiling OrderedCollections OrderedDictionary+Codable.swift
[197/421] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[198/421] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[202/421] Compiling IssueReporting WithExpectedIssue.swift
[203/421] Compiling IssueReporting WithIssueContext.swift
[204/421] Compiling OrderedCollections OrderedDictionary+Elements.swift
[205/421] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[206/421] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[207/421] Compiling OrderedCollections _HashTable+Bucket.swift
[208/421] Compiling OrderedCollections _HashTable+BucketIterator.swift
[209/421] Compiling OrderedCollections _HashTable+Constants.swift
[210/421] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[211/421] Compiling OrderedCollections _HashTable+Testing.swift
[212/421] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[213/421] Compiling OrderedCollections _HashTable.swift
[214/421] Compiling OrderedCollections _Hashtable+Header.swift
[218/423] Compiling ConcurrencyExtras UncheckedSendable.swift
[222/423] Emitting module KeyPathMapping
[226/423] Emitting module OrderedCollections
[229/434] Wrapping AST for OrderedCollections for debugging
[231/442] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[232/442] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[233/442] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[234/444] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[235/444] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[236/444] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[237/444] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[238/444] Emitting module IdentifiedCollections
[239/444] Compiling IdentifiedCollections IdentifiedArray.swift
[240/444] Compiling IdentifiedCollections IdentifiedCollection.swift
[241/444] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[242/444] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[243/444] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[244/444] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[245/444] Emitting module ConcurrencyExtras
[246/444] Compiling ConcurrencyExtras Result.swift
[247/444] Compiling ConcurrencyExtras Task.swift
[248/444] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[249/444] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[250/444] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[251/444] Compiling IdentifiedCollections Identified.swift
[252/444] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[253/444] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[254/444] Compiling ConcurrencyExtras LockIsolated.swift
[265/446] Compiling Equated Equated.swift
[266/446] Compiling KeyPathMapping Conversion+Collection.swift
[267/446] Compiling KeyPathMapping Conversion+Optional.swift
[272/446] Compiling Equated Equated+Error.swift
[275/446] Emitting module Equated
[278/446] Compiling Equated Equated+Optional.swift
[294/447] Emitting module IssueReporting
[295/448] Compiling FoundationMarkerProtocols Exports.swift
[296/448] Compiling FoundationMarkerProtocols _NotificationCenterProtocol.swift
[306/450] Wrapping AST for IdentifiedCollections for debugging
[309/450] Wrapping AST for ConcurrencyExtras for debugging
[312/450] Wrapping AST for Equated for debugging
[313/453] Wrapping AST for IssueReporting for debugging
[315/483] Compiling PerceptionCore Deprecations.swift
[316/483] Compiling PerceptionCore Exports.swift
[317/492] Compiling CombineSchedulers UIKit.swift
[318/494] Compiling PerceptionCore Locals.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() }
[319/494] Compiling PerceptionCore ObservationBeta.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() }
[319/495] Wrapping AST for KeyPathMapping for debugging
[321/497] Compiling QuartzCoreMarkerProtocols _CALayerProtocol.swift
[322/497] Emitting module QuartzCoreMarkerProtocols
[323/498] Compiling PerceptionCore PerceptionTracking.swift
[324/498] Compiling PerceptionCore Perceptions.swift
[325/498] Compiling XCTestDynamicOverlay Exports.swift
[326/498] Compiling CombineSchedulers UIScheduler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[327/498] 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 | ///
[328/498] Compiling Clocks Lock.swift
[329/498] Compiling PerceptionCore Locking.swift
[330/498] Compiling PerceptionCore Perceptible.swift
[330/499] Wrapping AST for FoundationMarkerProtocols for debugging
[332/499] Compiling Clocks Timer.swift
[333/499] Compiling Clocks SwiftUI.swift
[334/499] Compiling CombineSchedulers UnimplementedScheduler.swift
[335/499] Compiling PerceptionCore PerceptionChecking.swift
[336/499] Compiling PerceptionCore PerceptionRegistrar.swift
[338/499] Compiling KeyPathsExtensions Exports.swift
[339/499] Emitting module XCTestDynamicOverlay
[340/499] Compiling KeyPathsExtensions KeyPath+.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/93] Write swift-version-24593BA9C3E375BF.txt
[4/110] Emitting module SwiftSyntax602
[5/111] Compiling Sharing1 Empty.swift
[6/111] Compiling SwiftSyntax602 Empty.swift
[7/112] Emitting module SwiftSyntax510
[8/112] Compiling SwiftSyntax510 Empty.swift
[9/113] Compiling Sharing2 Empty.swift
[11/112] Emitting module SwiftSyntax509
[12/112] Compiling SwiftSyntax509 Empty.swift
[13/112] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[14/113] Emitting module SwiftSyntax600
[15/113] Compiling SwiftSyntax600 Empty.swift
[16/113] Emitting module SwiftMarkerProtocols
[17/114] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[19/114] Compiling SwiftSyntax601 Empty.swift
[20/114] Emitting module SwiftSyntax601
[21/114] Emitting module Sharing2
[22/116] Emitting module Sharing1
[23/117] Compiling SwiftMarkerProtocols Deprecations.swift
[30/113] Emitting module IssueReportingPackageSupport
[31/159] Compiling IssueReportingPackageSupport _Test.swift
[32/201] Emitting module FunctionalClosures
[33/201] Compiling FunctionalClosures Deprecated.swift
[35/245] Compiling SwiftSyntax RawSyntax.swift
[36/245] Compiling SwiftSyntax RawSyntaxArena.swift
[37/247] Emitting module Equated
[38/248] Compiling AssociatedObjects objc_AssociationPolicy+.swift
[39/248] Emitting module AssociatedObjects
[40/248] Compiling AssociatedObjects AssociatingObject.swift
[42/249] Compiling SwiftSyntax AbsolutePosition.swift
[43/249] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[44/252] Compiling Equated Equated+Type.swift
[45/252] Compiling InternalCollectionsUtilities _SortedCollection.swift
[46/252] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[47/252] Compiling ConcurrencyExtras MainSerialExecutor.swift
[48/252] Compiling Equated Equated+Error.swift
[50/252] Compiling Equated Equated+Optional.swift
[51/251] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[52/251] Compiling SwiftSyntax Assert.swift
[53/251] Compiling SwiftSyntax Convenience.swift
[54/251] Compiling SwiftSyntax CustomTraits.swift
[57/251] Compiling SwiftSyntax BumpPtrAllocator.swift
[58/251] Compiling SwiftSyntax CommonAncestor.swift
[59/251] Compiling SwiftSyntax MemoryLayout.swift
[60/251] Compiling SwiftSyntax MissingNodeInitializers.swift
[63/251] Compiling ConcurrencyExtras LockIsolated.swift
[64/251] Emitting module ConcurrencyExtras
[65/251] Compiling ConcurrencyExtras Result.swift
[66/251] Compiling ConcurrencyExtras Task.swift
[69/251] Compiling FoundationMarkerProtocols Exports.swift
[70/251] Compiling SwiftSyntax Identifier.swift
[73/253] Compiling ConcurrencyExtras UncheckedSendable.swift
[74/255] Compiling Equated Equated.swift
[75/275] Emitting module FoundationMarkerProtocols
[76/275] Compiling FoundationMarkerProtocols _NotificationCenterProtocol.swift
[77/276] Compiling IssueReporting ErrorReporting.swift
[78/276] Compiling IssueReporting AppHostWarning.swift
[79/276] Compiling IssueReporting Deprecations.swift
[80/276] Compiling IssueReporting FailureObserver.swift
[81/276] Compiling IssueReporting LockIsolated.swift
[82/276] Compiling IssueReporting Rethrows.swift
[86/276] Compiling IssueReporting IssueSeverity.swift
[87/276] Compiling IssueReporting ReportIssue.swift
[88/276] Compiling IssueReporting TestContext.swift
[89/276] Compiling IssueReporting Unimplemented.swift
[90/276] Compiling SwiftSyntax SourceLocation.swift
[91/276] Compiling SwiftSyntax SourcePresence.swift
[94/276] Compiling IssueReporting XCTest.swift
[95/275] Compiling IssueReporting SwiftTesting.swift
[96/275] Compiling IssueReporting UncheckedSendable.swift
[97/275] Compiling IssueReporting Warn.swift
[98/275] Compiling IssueReporting BreakpointReporter.swift
[99/275] Compiling IssueReporting DefaultReporter.swift
[100/275] Compiling IssueReporting FatalErrorReporter.swift
[113/275] Compiling KeyPathMapping Conversion+Collection.swift
[114/275] Compiling KeyPathMapping Conversion+Optional.swift
[117/275] Emitting module KeyPathMapping
[118/276] Emitting module InternalCollectionsUtilities
[125/277] Compiling IssueReporting IsTesting.swift
[126/277] Compiling IssueReporting IssueReporter.swift
[127/277] Compiling QuartzCoreMarkerProtocols _CALayerProtocol.swift
[128/277] Emitting module QuartzCoreMarkerProtocols
[129/278] Compiling IssueReporting WithExpectedIssue.swift
[130/278] Compiling IssueReporting WithIssueContext.swift
[141/288] Compiling KeyPathsExtensions KeyPath+Optional.swift
[141/323] Wrapping AST for QuartzCoreMarkerProtocols for debugging
[143/342] Emitting module IssueReporting
[144/343] Compiling KeyPathsExtensions Exports.swift
[145/343] Compiling KeyPathsExtensions KeyPath+.swift
[146/343] Emitting module KeyPathsExtensions
[147/343] Compiling KeyPathsExtensions KeyPath+UnsafeSendable.swift
[149/344] Compiling CocoaMarkerProtocols _CocoaViewProtocol.swift
[150/344] Compiling CocoaMarkerProtocols _CocoaViewControllerProtocol.swift
[152/343] Compiling CocoaMarkerProtocols Exports.swift
[153/343] Emitting module CocoaMarkerProtocols
[154/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[155/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[156/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[157/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[158/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[159/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[160/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[161/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[162/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[163/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[164/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[165/344] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[166/344] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[167/344] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[169/358] Compiling OrderedCollections OrderedSet+Initializers.swift
[170/358] Compiling OrderedCollections OrderedSet+Insertions.swift
[171/358] Compiling OrderedCollections OrderedSet+Invariants.swift
[172/358] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[173/358] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[174/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[175/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[176/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[177/393] 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 | ///
[178/405] Compiling DeclarativeConfigurationCore ConfigurationBlocks.swift
[179/405] Compiling DeclarativeConfigurationCore ConfigurationContainer.swift
[180/405] Compiling XCTestDynamicOverlay Exports.swift
[181/405] Compiling DeclarativeConfigurationCore ModifyItem.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() }
[182/405] Compiling DeclarativeConfigurationCore PeekItem.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() }
[183/405] Compiling OrderedCollections OrderedDictionary.swift
[184/405] Compiling OrderedCollections OrderedSet+Codable.swift
[185/405] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[186/405] Compiling OrderedCollections OrderedSet+Descriptions.swift
[187/405] Compiling OrderedCollections OrderedSet+Diffing.swift
[188/405] Compiling OrderedCollections OrderedSet+Equatable.swift
[189/405] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[190/405] Compiling OrderedCollections OrderedSet+Hashable.swift
[191/405] Compiling CombineSchedulers UIKit.swift
[192/405] Compiling CombineSchedulers UIScheduler.swift
[193/405] Emitting module Clocks
[194/406] Compiling Clocks Timer.swift
[195/406] Compiling Clocks Lock.swift
[196/406] Compiling Clocks _AsyncTimerSequence.swift
[197/406] Compiling Clocks AnyClock.swift
[198/406] Compiling Clocks ImmediateClock.swift
[199/406] Compiling DeclarativeConfigurationCore ConcatItem.swift
[200/406] Compiling DeclarativeConfigurationCore ConfigurationItem.swift
[201/406] Compiling PerceptionCore PerceptionTracking.swift
[202/406] Compiling PerceptionCore Perceptions.swift
[203/406] Compiling PerceptionCore Locking.swift
[204/406] Compiling PerceptionCore Perceptible.swift
[205/406] Compiling DeclarativeConfigurationCore ConfigurationStorage.swift
[207/407] Compiling PerceptionCore WithPerceptionTracking.swift
[208/407] Compiling PerceptionCore ThreadLocal.swift
[209/407] Compiling PerceptionCore Bindable.swift
[210/407] Compiling PerceptionCore Environment.swift
[211/407] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[212/407] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[232/415] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[233/415] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[234/415] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[235/415] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[236/415] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[237/415] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[238/415] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[239/415] Compiling OrderedCollections OrderedDictionary+Values.swift
[240/415] Compiling CombineSchedulers UnimplementedScheduler.swift
[241/415] Compiling DeclarativeConfigurationCore UpdateItem.swift
[242/415] Compiling DeclarativeConfigurationCore DefaultConfigurationStorage.swift
[247/415] Compiling DeclarativeConfigurationCore SetValueItem.swift
[248/415] Compiling DeclarativeConfigurationCore Reduce.swift
[249/415] Compiling Clocks SwiftUI.swift
[250/415] Compiling Clocks TestClock.swift
[251/415] Compiling Resettable Resettable.swift
[252/415] Compiling Resettable Resettable+CollectionProxy.swift
[253/415] Emitting module Resettable
[254/416] Compiling Clocks UnimplementedClock.swift
[255/417] Emitting module XCTestDynamicOverlay
[256/417] Compiling XCTestDynamicOverlay Deprecations.swift
[268/418] Compiling OrderedCollections OrderedSet+Sendable.swift
[269/418] Compiling OrderedCollections OrderedSet+SubSequence.swift
[270/418] Compiling OrderedCollections OrderedSet+Testing.swift
[271/418] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[272/418] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[273/418] Compiling OrderedCollections OrderedSet.swift
[274/418] Compiling OrderedCollections _UnsafeBitset.swift
[275/418] Emitting module DeclarativeConfigurationCore
[288/419] Emitting module OrderedCollections
BUILD FAILURE 6.1 android