The Swift Package Index logo.Swift Package Index

Build Information

Failed to build composable-architecture-extensions, reference main (91f2aa), with Swift 6.1 for Android on 10 Mar 2026 23:21:32 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/composable-architecture-extensions.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/capturecontext/composable-architecture-extensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 91f2aa1 feat: Update dependencies
Cloned https://github.com/capturecontext/composable-architecture-extensions.git
Revision (git rev-parse @):
91f2aa1537fd20bf13736030ab558262a6ffea4a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/composable-architecture-extensions.git at main
========================================
Build
========================================
Selected platform:         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-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/pointfreeco/swift-composable-architecture.git
Fetching https://github.com/capturecontext/swift-foundation-extensions.git
[1/561] Fetching swift-foundation-extensions
[562/1244] Fetching swift-foundation-extensions, swift-cocoa-extensions
Fetching https://github.com/capturecontext/swift-declarative-configuration.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetched https://github.com/capturecontext/swift-foundation-extensions.git from cache (0.55s)
Fetched https://github.com/capturecontext/swift-cocoa-extensions.git from cache (0.57s)
[1/2171] Fetching swift-docc-plugin
[153/3176] Fetching swift-docc-plugin, swift-declarative-configuration
[3177/315730] Fetching swift-docc-plugin, swift-declarative-configuration, swift-composable-architecture
Fetched https://github.com/capturecontext/swift-declarative-configuration.git from cache (0.69s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.70s)
[3126/312554] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (28.34s)
Computing version for https://github.com/capturecontext/swift-foundation-extensions.git
Computed https://github.com/capturecontext/swift-foundation-extensions.git at 0.7.0 (32.47s)
Fetching https://github.com/capturecontext/swift-resettable.git
Fetching https://github.com/capturecontext/swift-associated-objects.git
Fetching https://github.com/capturecontext/swift-equated.git
[1/123] Fetching swift-resettable
[124/234] Fetching swift-resettable, swift-equated
[201/380] Fetching swift-resettable, swift-equated, swift-associated-objects
Fetched https://github.com/capturecontext/swift-equated.git from cache (0.93s)
Fetched https://github.com/capturecontext/swift-associated-objects.git from cache (0.93s)
Fetched https://github.com/capturecontext/swift-resettable.git from cache (0.94s)
Computing version for https://github.com/capturecontext/swift-declarative-configuration.git
Computed https://github.com/capturecontext/swift-declarative-configuration.git at 0.6.1 (2.29s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git
[1/5718] Fetching xctest-dynamic-overlay
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (1.64s)
[1/196] Fetching swift-keypaths-extensions
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (0.38s)
Computing version for https://github.com/capturecontext/swift-keypaths-extensions.git
Computed https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0 (3.06s)
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
Fetching https://github.com/capturecontext/swift-marker-protocols.git
[1/60] Fetching swift-keypath-mapping
[61/231] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.35s)
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.35s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.1 (4.04s)
Computing version for https://github.com/capturecontext/swift-resettable.git
Computed https://github.com/capturecontext/swift-resettable.git at 0.3.1 (1.17s)
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.54s)
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.49s)
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.98s)
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.41s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 1.9.0 (1.47s)
Computing version for https://github.com/capturecontext/swift-equated.git
Computed https://github.com/capturecontext/swift-equated.git at 0.0.5 (0.93s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 1.24.1 (1.19s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1962] Fetching swift-perception
[1963/8620] Fetching swift-perception, swift-dependencies
[1964/10162] Fetching swift-perception, swift-dependencies, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (0.67s)
[3914/8200] Fetching swift-dependencies, swift-identified-collections
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[4406/54455] Fetching swift-dependencies, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.83s)
[7977/52913] Fetching swift-dependencies, swift-navigation
Fetching https://github.com/pointfreeco/swift-clocks
[9897/127578] Fetching swift-dependencies, swift-navigation, swift-syntax
[16585/128464] Fetching swift-dependencies, swift-navigation, swift-syntax, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.68s)
[21421/127578] Fetching swift-dependencies, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-case-paths
[23377/128895] Fetching swift-dependencies, swift-navigation, swift-syntax, swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.80s)
Fetching https://github.com/pointfreeco/combine-schedulers
[28028/127578] Fetching swift-dependencies, swift-navigation, swift-syntax
[32199/132151] Fetching swift-dependencies, swift-navigation, swift-syntax, swift-case-paths
[41966/134701] Fetching swift-dependencies, swift-navigation, swift-syntax, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.88s)
[46986/130128] Fetching swift-dependencies, swift-navigation, swift-syntax, combine-schedulers
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.63s)
[46286/127578] Fetching swift-dependencies, swift-navigation, swift-syntax
[76061/149803] Fetching swift-dependencies, swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (7.91s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (7.97s)
Fetched https://github.com/apple/swift-collections from cache (15.10s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetched https://github.com/swiftlang/swift-syntax from cache (18.11s)
[1/3533] Fetching swift-sharing
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.76s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (19.51s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.27s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.89s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.35s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (5.09s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.79s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.98s)
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.89s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.42s)
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.78s)
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.50s)
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 (0.70s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (1.09s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.0 (1.08s)
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 (1.14s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (1.13s)
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.22s)
Fetching https://github.com/capturecontext/cocoa-aliases.git
[1/288] Fetching cocoa-aliases
Fetched https://github.com/capturecontext/cocoa-aliases.git from cache (0.40s)
Computing version for https://github.com/capturecontext/cocoa-aliases.git
Computed https://github.com/capturecontext/cocoa-aliases.git at 3.3.0 (1.60s)
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-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/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/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/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-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.11.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/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/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/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.8.0
Creating working copy for https://github.com/capturecontext/swift-resettable.git
Working copy of https://github.com/capturecontext/swift-resettable.git resolved at 0.3.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/capturecontext/swift-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/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/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/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-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/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/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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.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/capturecontext/swift-associated-objects.git
Working copy of https://github.com/capturecontext/swift-associated-objects.git resolved at 0.2.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/167] Write sources
[30/167] Copying PrivacyInfo.xcprivacy
[30/167] Write sources
[32/167] Copying PrivacyInfo.xcprivacy
[34/167] Write sources
[74/167] Compiling _SwiftSyntaxCShims PlatformMutex.c
[75/167] Compiling UIKitNavigationShim shim.m
[76/167] Write swift-version-24593BA9C3E375BF.txt
[78/185] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[79/185] Emitting module Sharing1
[80/185] Compiling Sharing1 Empty.swift
[81/186] Emitting module SwiftSyntax600
[82/186] Compiling SwiftSyntax600 Empty.swift
[83/187] Emitting module SwiftMarkerProtocols
[85/187] Emitting module SwiftSyntax602
[87/187] Compiling SwiftSyntax602 Empty.swift
[88/188] Emitting module SwiftSyntax509
[89/188] Compiling SwiftSyntax509 Empty.swift
[90/189] Emitting module SwiftSyntax601
[91/189] Compiling SwiftSyntax601 Empty.swift
[94/190] Compiling Sharing2 Empty.swift
[95/190] Emitting module Sharing2
[96/191] Emitting module SwiftSyntax510
[97/191] Compiling SwiftSyntax510 Empty.swift
[98/192] Compiling SwiftMarkerProtocols Deprecations.swift
[99/192] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[104/216] Emitting module IssueReportingPackageSupport
[105/216] Compiling IssueReportingPackageSupport _Test.swift
[105/239] Wrapping AST for SwiftSyntax602 for debugging
[107/242] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[108/242] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[110/244] Compiling AssociatedObjects objc_AssociationPolicy+.swift
[111/281] Compiling AssociatedObjects AssociatingObject.swift
[112/281] Emitting module AssociatedObjects
[114/330] Compiling KeyPathMapping KeyPathMappable+Conformances.swift
[115/330] Compiling KeyPathMapping KeyPathMappable.swift
[116/334] Emitting module FunctionalClosures
[117/334] Compiling FunctionalClosures Deprecated.swift
[118/344] Compiling IssueReporting SwiftTesting.swift
[119/344] Compiling IssueReporting UncheckedSendable.swift
[120/344] Compiling IssueReporting Warn.swift
[122/354] Compiling IssueReporting FailureObserver.swift
[123/354] Compiling IssueReporting LockIsolated.swift
[124/354] Compiling IssueReporting Rethrows.swift
[125/354] Compiling IssueReporting ErrorReporting.swift
[126/354] Compiling IssueReporting AppHostWarning.swift
[127/354] Compiling IssueReporting Deprecations.swift
[128/354] Compiling IssueReporting DefaultReporter.swift
[129/354] Compiling IssueReporting FatalErrorReporter.swift
[129/354] Wrapping AST for SwiftSyntax601 for debugging
[131/354] Emitting module InternalCollectionsUtilities
[132/354] Compiling IssueReporting IssueSeverity.swift
[133/354] Compiling IssueReporting ReportIssue.swift
[134/354] Compiling IssueReporting XCTest.swift
[135/354] Compiling IssueReporting IsTesting.swift
[135/354] Wrapping AST for SwiftSyntax600 for debugging
[137/355] Wrapping AST for SwiftSyntax510 for debugging
[138/355] Wrapping AST for SwiftSyntax509 for debugging
[139/410] Wrapping AST for SwiftMarkerProtocols for debugging
[140/410] Wrapping AST for Sharing2 for debugging
[141/410] Wrapping AST for Sharing1 for debugging
[143/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[144/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[145/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[146/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[147/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[148/410] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[149/410] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[149/417] Wrapping AST for IssueReportingPackageSupport for debugging
[150/417] Wrapping AST for InternalCollectionsUtilities for debugging
[152/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[153/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[154/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[155/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[156/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[157/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[158/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[158/417] Wrapping AST for FunctionalClosures for debugging
[160/417] Compiling OrderedCollections OrderedSet+Initializers.swift
[161/417] Compiling OrderedCollections OrderedSet+Insertions.swift
[162/417] Compiling OrderedCollections OrderedSet+Invariants.swift
[163/417] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[164/417] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[165/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[166/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[167/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[168/417] Compiling OrderedCollections OrderedDictionary.swift
[169/417] Compiling OrderedCollections OrderedSet+Codable.swift
[170/417] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[171/417] Compiling OrderedCollections OrderedSet+Descriptions.swift
[172/417] Compiling OrderedCollections OrderedSet+Diffing.swift
[173/417] Compiling OrderedCollections OrderedSet+Equatable.swift
[174/417] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[175/417] Compiling OrderedCollections OrderedSet+Hashable.swift
[175/417] Wrapping AST for AssociatedObjects for debugging
[177/417] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[178/417] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[179/417] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[180/417] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[181/417] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[182/417] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[183/417] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[184/417] Compiling OrderedCollections OrderedDictionary+Values.swift
[185/417] Compiling OrderedCollections OrderedDictionary+Codable.swift
[186/417] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[187/417] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[188/417] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[189/417] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[190/417] Compiling OrderedCollections OrderedDictionary+Elements.swift
[191/417] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[192/417] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[193/417] Compiling OrderedCollections _HashTable+Bucket.swift
[194/417] Compiling OrderedCollections _HashTable+BucketIterator.swift
[195/417] Compiling OrderedCollections _HashTable+Constants.swift
[196/417] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[197/417] Compiling OrderedCollections _HashTable+Testing.swift
[198/417] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[199/417] Compiling OrderedCollections _HashTable.swift
[200/417] Compiling OrderedCollections _Hashtable+Header.swift
[201/417] Compiling FoundationMarkerProtocols Exports.swift
[202/417] Emitting module FoundationMarkerProtocols
[203/417] Compiling Equated Equated+Type.swift
[204/418] Compiling ConcurrencyExtras MainSerialExecutor.swift
[205/419] Compiling OrderedCollections OrderedSet+Sendable.swift
[206/419] Compiling OrderedCollections OrderedSet+SubSequence.swift
[207/419] Compiling OrderedCollections OrderedSet+Testing.swift
[208/419] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[209/419] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[210/419] Compiling OrderedCollections OrderedSet.swift
[211/419] Compiling OrderedCollections _UnsafeBitset.swift
[218/421] Emitting module OrderedCollections
[219/422] Compiling ConcurrencyExtras UncheckedSendable.swift
[232/422] Compiling KeyPathMapping Conversion+Collection.swift
[233/422] Compiling KeyPathMapping Conversion+Optional.swift
[261/432] Emitting module KeyPathMapping
[262/432] Emitting module IssueReporting
[263/432] Compiling IssueReporting WithExpectedIssue.swift
[264/432] Compiling IssueReporting WithIssueContext.swift
[264/432] Wrapping AST for OrderedCollections for debugging
[266/433] Compiling ConcurrencyExtras Result.swift
[267/433] Compiling ConcurrencyExtras Task.swift
[268/450] Emitting module Equated
[269/450] Emitting module ConcurrencyExtras
[270/450] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[271/450] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[272/450] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[273/450] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[274/450] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[275/450] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[279/450] Compiling ConcurrencyExtras LockIsolated.swift
[280/450] Compiling IdentifiedCollections Identified.swift
[281/450] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[282/450] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[283/450] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[284/450] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[285/450] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[286/450] Compiling Equated Equated+Optional.swift
[294/451] Compiling FoundationMarkerProtocols _NotificationCenterProtocol.swift
[300/452] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[301/452] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[304/452] Compiling Equated Equated+Error.swift
[305/454] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[306/454] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[307/454] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[308/454] Compiling Equated Equated.swift
[311/454] Compiling IdentifiedCollections IdentifiedArray.swift
[317/457] Emitting module IdentifiedCollections
[322/457] Wrapping AST for ConcurrencyExtras for debugging
[323/457] Wrapping AST for FoundationMarkerProtocols for debugging
[326/464] Compiling IdentifiedCollections IdentifiedCollection.swift
[326/466] Wrapping AST for KeyPathMapping for debugging
[327/467] Wrapping AST for Equated for debugging
[341/468] Emitting module QuartzCoreMarkerProtocols
[342/468] Compiling QuartzCoreMarkerProtocols _CALayerProtocol.swift
[343/472] Emitting module KeyPathsExtensions
[346/505] Compiling XCTestDynamicOverlay Exports.swift
[347/505] Compiling KeyPathsExtensions KeyPath+UnsafeSendable.swift
[348/505] Compiling KeyPathsExtensions Exports.swift
[349/505] Compiling KeyPathsExtensions KeyPath+Optional.swift
[350/505] Compiling KeyPathsExtensions KeyPath+.swift
[350/506] Wrapping AST for IssueReporting for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[352/506] 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 |     ///
[353/507] Compiling Clocks Timer.swift
[355/508] Compiling CombineSchedulers UIKit.swift
[356/508] Compiling CombineSchedulers UIScheduler.swift
[357/508] Compiling CombineSchedulers Platform.swift
[358/508] Compiling CombineSchedulers SwiftUI.swift
[358/508] Wrapping AST for IdentifiedCollections for debugging
[360/508] Compiling CombineSchedulers TestScheduler.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
 21 |
 22 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 23 |   extension Scheduler {
    |             `- error: cannot find type 'Scheduler' in scope
 24 |     /// Returns a publisher that repeatedly emits the scheduler's current time on the given
 25 |     /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
 42 |
 43 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 44 |   extension Publishers {
    |             `- error: cannot find type 'Publishers' in scope
 45 |     /// A publisher that emits a scheduler's current time on a repeating interval.
 46 |     ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
    |          `- error: cannot find type 'Publishers' in scope
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
 40 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
 33 |     /// - Returns: A publisher that repeatedly emits the current date on the given interval.
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
    |                       `- error: cannot find type 'SchedulerTimeType' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
    |                  `- error: cannot find type 'SchedulerTimeType' in scope
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
    |                `- error: cannot find type 'SchedulerOptions' in scope
 38 |     ) -> Publishers.Timer<Self> {
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
 85 |     /// XCTAssertEqual(output, Array(0...1_001))
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
    |                                         `- error: cannot find type '_CombineScheduler' in scope
 88 |       public typealias Output = Scheduler.SchedulerTimeType
 89 |       public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
 88 |       public typealias Output = Scheduler.SchedulerTimeType
    |                                           `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
    |                                      `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
 92 |       public let options: Scheduler.SchedulerOptions?
    |                                     `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
    |                                       `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 95 |
 96 |       private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
    |                                   `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
    |                              `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
    |                            `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 |       ) {
111 |         self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                          `- error: cannot find type 'Subscription' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                                        `- error: cannot find type 'Subscriber' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
122 |         typealias Input = Scheduler.SchedulerTimeType
    |                                     `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 |         typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 |         typealias Failure = Never
124 |
125 |         private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
    |                                              `- error: cannot find type 'AnySubscriber' in scope
126 |
127 |         private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                             `- error: cannot find type 'Subscriber' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 |         var customMirror: Mirror { return inner.customMirror }
159 |         var playgroundDescription: Any { return description }
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
    |                                `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
    |                      `- error: cannot find type 'Publishers' in scope
163 |           self.lock = Lock()
164 |           self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 |         }
170 |
171 |         func addSubscriber<Sub: Subscriber>(_ sub: Sub)
    |                                 `- error: cannot find type 'Subscriber' in scope
172 |         where
173 |           Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 |         }
182 |
183 |         func receive(subscription: Subscription) {
    |                                    `- error: cannot find type 'Subscription' in scope
184 |           lock.lock()
185 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 |         }
192 |
193 |         func receive(_ value: Input) -> Subscribers.Demand {
    |                                         `- error: cannot find type 'Subscribers' in scope
194 |           var resultingDemand: Subscribers.Demand = .max(0)
195 |           lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 |         }
207 |
208 |         func receive(completion: Subscribers.Completion<Failure>) {
    |                                  `- error: cannot find type 'Subscribers' in scope
209 |           lock.lock()
210 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 |         }
217 |
218 |         func request(_ demand: Subscribers.Demand) {
    |                                `- error: cannot find type 'Subscribers' in scope
219 |           lock.lock()
220 |           // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 |       }
238 |
239 |       public func receive<Sub: Subscriber>(subscriber: Sub)
    |                                `- error: cannot find type 'Subscriber' in scope
240 |       where Failure == Sub.Failure, Output == Sub.Input {
241 |         routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 |       }
243 |
244 |       public func connect() -> Cancellable {
    |                                `- error: cannot find type 'Cancellable' in scope
245 |         routingSubscription.isConnected = true
246 |         return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 |       }
248 |
249 |       private typealias Parent = Publishers.Timer
    |                                  `- error: cannot find type 'Publishers' in scope
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 |         CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                                                    `- error: cannot find type 'Subscription' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 |         Downstream.Failure == Never
255 |       {
256 |         private var cancellable: Cancellable?
    |                                  `- error: cannot find type 'Cancellable' in scope
257 |         private let lock: Lock
258 |         private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 |         private var parent: Parent<Scheduler>?
260 |         private var started: Bool
261 |         private var demand: Subscribers.Demand
    |                             `- error: cannot find type 'Subscribers' in scope
262 |
263 |         override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 |         }
327 |
328 |         func request(_ n: Subscribers.Demand) {
    |                           `- error: cannot find type 'Subscribers' in scope
329 |           lock.lock()
330 |           defer { lock.unlock() }
[361/508] Compiling CombineSchedulers Timer.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
 21 |
 22 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 23 |   extension Scheduler {
    |             `- error: cannot find type 'Scheduler' in scope
 24 |     /// Returns a publisher that repeatedly emits the scheduler's current time on the given
 25 |     /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
 42 |
 43 |   @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
 44 |   extension Publishers {
    |             `- error: cannot find type 'Publishers' in scope
 45 |     /// A publisher that emits a scheduler's current time on a repeating interval.
 46 |     ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
    |          `- error: cannot find type 'Publishers' in scope
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
 40 |     }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
 33 |     /// - Returns: A publisher that repeatedly emits the current date on the given interval.
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
    |                       `- error: cannot find type 'SchedulerTimeType' in scope
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
 34 |     public func timerPublisher(
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
    |                  `- error: cannot find type 'SchedulerTimeType' in scope
 37 |       options: SchedulerOptions? = nil
 38 |     ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
 35 |       every interval: SchedulerTimeType.Stride,
 36 |       tolerance: SchedulerTimeType.Stride? = nil,
 37 |       options: SchedulerOptions? = nil
    |                `- error: cannot find type 'SchedulerOptions' in scope
 38 |     ) -> Publishers.Timer<Self> {
 39 |       Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
 85 |     /// XCTAssertEqual(output, Array(0...1_001))
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
    |                                         `- error: cannot find type '_CombineScheduler' in scope
 88 |       public typealias Output = Scheduler.SchedulerTimeType
 89 |       public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 86 |     /// ```
 87 |     public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
 88 |       public typealias Output = Scheduler.SchedulerTimeType
    |                                           `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 89 |       public typealias Failure = Never
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
    |                                      `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 90 |
 91 |       public let interval: Scheduler.SchedulerTimeType.Stride
 92 |       public let options: Scheduler.SchedulerOptions?
    |                                     `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 92 |       public let options: Scheduler.SchedulerOptions?
 93 |       public let scheduler: Scheduler
 94 |       public let tolerance: Scheduler.SchedulerTimeType.Stride?
    |                                       `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
 95 |
 96 |       private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
    |                                   `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 |       public init(
106 |         every interval: Scheduler.SchedulerTimeType.Stride,
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
    |                              `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 |         tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 |         scheduler: Scheduler,
109 |         options: Scheduler.SchedulerOptions? = nil
    |                            `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 |       ) {
111 |         self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                          `- error: cannot find type 'Subscription' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 |       /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 |       /// the values produced by a single `TimerPublisher.Inner`
119 |       private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
    |                                                        `- error: cannot find type 'Subscriber' in scope
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 |         CustomReflectable, CustomPlaygroundDisplayConvertible
121 |       {
122 |         typealias Input = Scheduler.SchedulerTimeType
    |                                     `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 |         typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 |         typealias Failure = Never
124 |
125 |         private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
    |                                              `- error: cannot find type 'AnySubscriber' in scope
126 |
127 |         private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                             `- error: cannot find type 'Subscriber' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 |         var customMirror: Mirror { return inner.customMirror }
159 |         var playgroundDescription: Any { return description }
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
    |                                `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 |         var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 |         init(parent: Publishers.Timer<Scheduler>) {
    |                      `- error: cannot find type 'Publishers' in scope
163 |           self.lock = Lock()
164 |           self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 |         }
170 |
171 |         func addSubscriber<Sub: Subscriber>(_ sub: Sub)
    |                                 `- error: cannot find type 'Subscriber' in scope
172 |         where
173 |           Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 |         }
182 |
183 |         func receive(subscription: Subscription) {
    |                                    `- error: cannot find type 'Subscription' in scope
184 |           lock.lock()
185 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 |         }
192 |
193 |         func receive(_ value: Input) -> Subscribers.Demand {
    |                                         `- error: cannot find type 'Subscribers' in scope
194 |           var resultingDemand: Subscribers.Demand = .max(0)
195 |           lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 |         }
207 |
208 |         func receive(completion: Subscribers.Completion<Failure>) {
    |                                  `- error: cannot find type 'Subscribers' in scope
209 |           lock.lock()
210 |           let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 |         }
217 |
218 |         func request(_ demand: Subscribers.Demand) {
    |                                `- error: cannot find type 'Subscribers' in scope
219 |           lock.lock()
220 |           // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 |       }
238 |
239 |       public func receive<Sub: Subscriber>(subscriber: Sub)
    |                                `- error: cannot find type 'Subscriber' in scope
240 |       where Failure == Sub.Failure, Output == Sub.Input {
241 |         routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 |       }
243 |
244 |       public func connect() -> Cancellable {
    |                                `- error: cannot find type 'Cancellable' in scope
245 |         routingSubscription.isConnected = true
246 |         return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 |       }
248 |
249 |       private typealias Parent = Publishers.Timer
    |                                  `- error: cannot find type 'Publishers' in scope
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 |         CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 |       private typealias Parent = Publishers.Timer
250 |       private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
    |                                                                    `- error: cannot find type 'Subscription' in scope
251 |         CustomPlaygroundDisplayConvertible
252 |       where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 |         Downstream.Failure == Never
255 |       {
256 |         private var cancellable: Cancellable?
    |                                  `- error: cannot find type 'Cancellable' in scope
257 |         private let lock: Lock
258 |         private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 |         private var parent: Parent<Scheduler>?
260 |         private var started: Bool
261 |         private var demand: Subscribers.Demand
    |                             `- error: cannot find type 'Subscribers' in scope
262 |
263 |         override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 |         }
327 |
328 |         func request(_ n: Subscribers.Demand) {
    |                           `- error: cannot find type 'Subscribers' in scope
329 |           lock.lock()
330 |           defer { lock.unlock() }
[362/508] Compiling Clocks Lock.swift
[362/508] Wrapping AST for QuartzCoreMarkerProtocols for debugging
[364/509] Compiling CombineSchedulers UnimplementedScheduler.swift
[365/512] Compiling Clocks ImmediateClock.swift
[366/512] Compiling CombineSchedulers ImmediateScheduler.swift
[367/512] Compiling CombineSchedulers Deprecations.swift
[368/512] Compiling CombineSchedulers Lock.swift
[369/512] Compiling CombineSchedulers NSRecursiveLock.swift
[370/512] Compiling CombineSchedulers AnyScheduler.swift
[371/512] Compiling CombineSchedulers Concurrency.swift
[372/512] Compiling Clocks AnyClock.swift
[373/512] Emitting module Clocks
[374/512] Emitting module XCTestDynamicOverlay
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/146] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[5/146] Compiling Sharing1 Empty.swift
[6/146] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[7/146] Compiling IssueReportingPackageSupport _Test.swift
[8/146] Emitting module Sharing1
[9/147] Compiling SwiftSyntax602 Empty.swift
[10/147] Emitting module SwiftSyntax602
[11/148] Compiling SwiftMarkerProtocols Deprecations.swift
[12/148] Emitting module SwiftMarkerProtocols
[13/149] Emitting module IssueReportingPackageSupport
[14/150] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[15/150] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[16/152] Compiling ConcurrencyExtras MainSerialExecutor.swift
[18/152] Compiling ConcurrencyExtras Result.swift
[19/152] Compiling Equated Equated+Comparator.swift
[20/152] Compiling Equated Equated+Equatable.swift
[21/152] Compiling ConcurrencyExtras LockIsolated.swift
[24/152] Compiling Equated Equated+Type.swift
[25/151] Compiling Equated Equated+Optional.swift
[26/151] Compiling Equated Equated+Error.swift
[28/150] Compiling Equated Comparator+AnyObject.swift
[29/150] Compiling Equated Comparator+Equatable.swift
[30/150] Compiling Equated Comparator+Sendable.swift
[32/150] Compiling Equated Comparator+Type.swift
[35/150] Compiling Equated Comparator+Error.swift
[36/150] Compiling Equated Comparator+Property.swift
[41/150] Compiling ConcurrencyExtras Task.swift
[44/150] Compiling InternalCollectionsUtilities _SortedCollection.swift
[45/150] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[46/150] Emitting module ConcurrencyExtras
[47/150] Emitting module Equated
[48/156] Compiling ConcurrencyExtras UncheckedSendable.swift
[49/157] Compiling FunctionalClosures Deprecated.swift
[50/157] Emitting module FunctionalClosures
[56/160] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/160] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/160] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/160] Compiling Equated Equated.swift
[60/161] Emitting module SwiftSyntax509
[61/161] Compiling SwiftSyntax509 Empty.swift
[63/162] Emitting module SwiftSyntax601
[64/162] Compiling SwiftSyntax601 Empty.swift
[65/162] Compiling SwiftSyntax510 Empty.swift
[68/161] Emitting module SwiftSyntax510
[70/160] Emitting module SwiftSyntax600
[71/160] Compiling SwiftSyntax600 Empty.swift
[75/197] Compiling Sharing2 Empty.swift
[76/208] Emitting module Sharing2
[78/209] Compiling AssociatedObjects objc_AssociationPolicy+.swift
[79/209] Emitting module InternalCollectionsUtilities
[80/272] Emitting module AssociatedObjects
[81/272] Compiling SwiftSyntax Identifier.swift
[82/272] Compiling SwiftSyntax MemoryLayout.swift
[83/272] Compiling AssociatedObjects AssociatingObject.swift
[84/272] Compiling SwiftSyntax MissingNodeInitializers.swift
[85/272] Compiling SwiftSyntax RawSyntax.swift
[86/273] Compiling FoundationMarkerProtocols Exports.swift
[87/273] Compiling FoundationMarkerProtocols _NotificationCenterProtocol.swift
[88/273] Emitting module FoundationMarkerProtocols
[93/271] Compiling SwiftSyntax RawSyntaxArena.swift
[94/271] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[95/271] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[96/271] Compiling SwiftSyntax RawSyntaxTokenView.swift
[97/271] Compiling SwiftSyntax SourceEdit.swift
[98/271] Compiling SwiftSyntax SourceLength.swift
[103/271] Compiling SwiftSyntax SourceLocation.swift
[104/271] Compiling SwiftSyntax SourcePresence.swift
[105/271] Compiling SwiftSyntax Convenience.swift
[106/271] Compiling SwiftSyntax CustomTraits.swift
[107/271] Compiling SwiftSyntax EditorPlaceholder.swift
[117/275] Compiling SwiftSyntax Assert.swift
[118/275] Compiling SwiftSyntax BumpPtrAllocator.swift
[119/275] Compiling SwiftSyntax CommonAncestor.swift
[120/275] Compiling SwiftSyntax AbsolutePosition.swift
[121/275] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[122/275] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[123/275] Emitting module KeyPathMapping
[133/277] Emitting module IssueReporting
[134/277] Compiling KeyPathMapping Conversion+Collection.swift
[135/277] Compiling KeyPathMapping Conversion+Optional.swift
[136/293] Emitting module QuartzCoreMarkerProtocols
[137/294] Compiling QuartzCoreMarkerProtocols _CALayerProtocol.swift
[140/332] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[141/332] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[143/341] Emitting module CocoaMarkerProtocols
[144/341] Compiling CocoaMarkerProtocols Exports.swift
[145/341] Compiling CocoaMarkerProtocols _CocoaViewControllerProtocol.swift
[146/341] Compiling CocoaMarkerProtocols _CocoaViewProtocol.swift
[147/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[148/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[149/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[150/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[151/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[152/341] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[153/341] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[154/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[155/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[156/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[157/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[158/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[159/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[160/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[161/349] Compiling KeyPathsExtensions Exports.swift
[162/349] Emitting module KeyPathsExtensions
[163/365] Compiling KeyPathsExtensions KeyPath+UnsafeSendable.swift
[165/388] Compiling KeyPathsExtensions KeyPath+.swift
[166/388] Compiling KeyPathsExtensions KeyPath+Optional.swift
[167/389] Compiling PerceptionCore PerceptionTracking.swift
[168/389] Compiling PerceptionCore Perceptions.swift
[169/389] Compiling PerceptionCore Bindable.swift
[170/389] Compiling PerceptionCore Environment.swift
[171/389] Compiling PerceptionCore WithPerceptionTracking.swift
[172/389] Compiling PerceptionCore ThreadLocal.swift
[173/389] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[174/389] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[175/389] Compiling XCTestDynamicOverlay Exports.swift
[177/389] Compiling OrderedCollections OrderedDictionary.swift
[178/389] Compiling OrderedCollections OrderedSet+Codable.swift
[179/389] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[180/389] Compiling OrderedCollections OrderedSet+Descriptions.swift
[181/389] Compiling OrderedCollections OrderedSet+Diffing.swift
[182/389] Compiling OrderedCollections OrderedSet+Equatable.swift
[183/389] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[184/389] Compiling OrderedCollections OrderedSet+Hashable.swift
[185/389] Compiling OrderedCollections OrderedSet+Initializers.swift
[186/389] Compiling OrderedCollections OrderedSet+Insertions.swift
[187/389] Compiling OrderedCollections OrderedSet+Invariants.swift
[188/389] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[189/389] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[190/389] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[191/389] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[192/389] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[193/389] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[194/389] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[195/389] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[198/389] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[199/389] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[200/389] Compiling OrderedCollections OrderedDictionary+Values.swift
[201/389] Compiling PerceptionCore Deprecations.swift
[202/389] Compiling PerceptionCore Exports.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[203/389] 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 |     ///
[204/389] Compiling PerceptionCore Locals.swift
[205/389] Compiling PerceptionCore ObservationBeta.swift
[206/390] Compiling CombineSchedulers UIScheduler.swift
[207/390] Compiling CombineSchedulers UIKit.swift
[208/390] Compiling PerceptionCore Locking.swift
[209/390] Compiling PerceptionCore Perceptible.swift
[210/390] Compiling PerceptionCore PerceptionChecking.swift
[211/390] Compiling PerceptionCore PerceptionRegistrar.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() }
/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() }
[214/390] Compiling Clocks Timer.swift
[215/397] Emitting module XCTestDynamicOverlay
[216/397] Compiling Clocks AnyClock.swift
[217/397] Compiling Clocks ImmediateClock.swift
[218/397] Emitting module Clocks
[218/397] Wrapping AST for CocoaMarkerProtocols for debugging
[220/397] Compiling CombineSchedulers UnimplementedScheduler.swift
[221/397] Compiling Clocks _AsyncTimerSequence.swift
[222/397] Compiling Clocks Lock.swift
[223/397] Compiling Clocks SwiftUI.swift
BUILD FAILURE 6.1 android