The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-networking, reference main (19ffc3), with Swift 6.1 for Android on 2 Apr 2026 22:55:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danthorpe/swift-networking.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/danthorpe/swift-networking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 19ffc31 bot: bump github.com/pointfreeco/swift-dependencies (#147)
Cloned https://github.com/danthorpe/swift-networking.git
Revision (git rev-parse @):
19ffc3133a8a550709f4632ed27ef099566c1faf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/danthorpe/swift-networking.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danthorpe/swift-networking.git
https://github.com/danthorpe/swift-networking.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "swift-utilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danthorpe/swift-utilities"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-tagged",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-tagged"
    }
  ],
  "manifest_display_name" : "swift-networking",
  "name" : "swift-networking",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NetworkClient",
      "targets" : [
        "NetworkClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkClientLive",
      "targets" : [
        "NetworkClientLive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Networking",
      "targets" : [
        "Networking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OAuth",
      "targets" : [
        "OAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestSupport",
      "targets" : [
        "TestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Sources/TestSupport",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "TestSupport"
      ],
      "sources" : [
        "BytesReceived+.swift",
        "Logger+.swift",
        "Measuring.swift",
        "Mocked.swift",
        "NetworkEnvironmentReporter.swift",
        "NetworkingTestCase.swift",
        "Reported.swift",
        "RetryingMock.swift",
        "StubbedNetworkError.swift",
        "StubbedResponseStream.swift",
        "TerminalNetworkingComponent.swift",
        "TestAuthenticationDelegate.swift",
        "TestableNetwork.swift",
        "URL+.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "OAuthTests",
      "path" : "Tests/OAuthTests",
      "product_dependencies" : [
        "AssertionExtras",
        "ConcurrencyExtras",
        "Numerics"
      ],
      "sources" : [
        "OAuthDelegateTests.swift",
        "OAuthProxyTests.swift",
        "OAuthSystemPKCETests.swift",
        "SpotifyTests.swift",
        "StandardOAuthSystemTests.swift",
        "StubOAuthSystem.swift"
      ],
      "target_dependencies" : [
        "OAuth",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OAuth",
      "module_type" : "SwiftTarget",
      "name" : "OAuth",
      "path" : "Sources/OAuth",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "OAuth"
      ],
      "sources" : [
        "ASWebAuthenticationSession+.swift",
        "NetworkingComponent+OAuth.swift",
        "OAuth.swift",
        "OAuthCredentials.swift",
        "OAuthDelegate.swift",
        "OAuthError.swift",
        "OAuthInstalledSystems.swift",
        "OAuthProxy.swift",
        "OAuthSystem+PKCE.swift",
        "OAuthSystem.swift",
        "StandardOAuthSystem.swift",
        "Systems/Spotify.swift",
        "WebAuthenticationSessionClient.swift"
      ],
      "target_dependencies" : [
        "Helpers",
        "Networking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingTests",
      "path" : "Tests/NetworkingTests",
      "product_dependencies" : [
        "AssertionExtras",
        "ConcurrencyExtras"
      ],
      "sources" : [
        "Bodies/DataBodyTests.swift",
        "Bodies/EmptyBodyTests.swift",
        "Components/Authentication/AuthenticationTests.swift",
        "Components/Authentication/BasicCredentialsTests.swift",
        "Components/Authentication/BearerCredentialsTests.swift",
        "Components/Authentication/Delegates/ThreadSafeAuthenticationDelegateTests.swift",
        "Components/CachedTests.swift",
        "Components/CheckedStatusCodeTests.swift",
        "Components/DuplicatesRemovedTests.swift",
        "Components/LoggedTests.swift",
        "Components/MetricsTests.swift",
        "Components/NumberedTests.swift",
        "Components/RetryTests.swift",
        "Components/ServerTests.swift",
        "Components/ThrottledTests.swift",
        "Components/TracedTests.swift",
        "Core/BytesReceivedTests.swift",
        "Core/CacheTests.swift",
        "Core/ErrorTests.swift",
        "Core/ExpectedContentLengthOptionTests.swift",
        "Core/HTTPRequestDataTests.swift",
        "Core/HTTPResponseDataTests.swift",
        "Core/NetworkingComponent+DataTests.swift",
        "Core/NetworkingComponent+RequestTests.swift",
        "Core/NetworkingComponent+ValueTests.swift",
        "Core/PartialTests.swift",
        "Core/ProgessTrackerTests.swift",
        "Core/RequestTimeoutOptionTests.swift",
        "Errors/NetworkingErrorDecodingTests.swift",
        "Tags.swift"
      ],
      "target_dependencies" : [
        "Networking",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Networking",
      "module_type" : "SwiftTarget",
      "name" : "Networking",
      "path" : "Sources/Networking",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras",
        "Algorithms",
        "AsyncAlgorithms",
        "HTTPTypes",
        "HTTPTypesFoundation",
        "Protected",
        "ShortID",
        "Tagged"
      ],
      "product_memberships" : [
        "NetworkClient",
        "NetworkClientLive",
        "Networking",
        "OAuth",
        "TestSupport"
      ],
      "sources" : [
        "Bodies/DataBody.swift",
        "Bodies/EmptyBody.swift",
        "Bodies/JSONBody.swift",
        "Components/Authentication/Authentication.swift",
        "Components/Authentication/AuthenticationDelegate.swift",
        "Components/Authentication/AuthenticationMethod.swift",
        "Components/Authentication/BasicAuthentication.swift",
        "Components/Authentication/BearerAuthentication.swift",
        "Components/Authentication/Delegates/AnyAuthenticationDelegate.swift",
        "Components/Authentication/Delegates/StreamingAuthenticationDelegate.swift",
        "Components/Authentication/Delegates/ThreadSafeAuthenticationDelegate.swift",
        "Components/Authentication/HTTPRequestData+Authentication.swift",
        "Components/Cached.swift",
        "Components/CheckedStatusCode.swift",
        "Components/Delayed.swift",
        "Components/DuplicatesRemoved.swift",
        "Components/Logged.swift",
        "Components/Metrics.swift",
        "Components/Numbered.swift",
        "Components/Retry.swift",
        "Components/Server/Server+Authority.swift",
        "Components/Server/Server+Headers.swift",
        "Components/Server/Server+Path.swift",
        "Components/Server/Server+Scheme.swift",
        "Components/Server/Server.swift",
        "Components/Throttled.swift",
        "Components/Traced.swift",
        "Components/URLSession.swift",
        "Components/UnimplementedNetwork.swift",
        "Core/ActiveRequests.swift",
        "Core/BytesReceived.swift",
        "Core/Cache.swift",
        "Core/Coding.swift",
        "Core/HTTPFieldName+.swift",
        "Core/HTTPFields+.swift",
        "Core/HTTPRequestBody.swift",
        "Core/HTTPRequestData+Foundation.swift",
        "Core/HTTPRequestData.swift",
        "Core/HTTPRequestDataOption.swift",
        "Core/HTTPResponseData.swift",
        "Core/HTTPResponseMetadata.swift",
        "Core/NetworkEnvironment.swift",
        "Core/NetworkingComponent+Data.swift",
        "Core/NetworkingComponent+Metadata.swift",
        "Core/NetworkingComponent+Request.swift",
        "Core/NetworkingComponent+Value.swift",
        "Core/NetworkingComponent.swift",
        "Core/NetworkingComponentBuilder.swift",
        "Core/NetworkingModifier.swift",
        "Core/Partial.swift",
        "Core/ProgressTracker.swift",
        "Core/Request.swift",
        "Errors/Error+.swift",
        "Errors/NetworkingError+Decoding.swift",
        "Errors/NetworkingError.swift",
        "Errors/StackError+NetworkingError.swift",
        "Errors/StackError.swift",
        "Errors/URLError+.swift",
        "Options/ExpectedContentLength.swift",
        "Options/QueryItemsAllowedCharacters.swift",
        "Options/RequestTimeout.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkClientLive",
      "module_type" : "SwiftTarget",
      "name" : "NetworkClientLive",
      "path" : "Sources/NetworkClientLive",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NetworkClientLive"
      ],
      "sources" : [
        "NetworkClient+Live.swift"
      ],
      "target_dependencies" : [
        "NetworkClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkClient",
      "module_type" : "SwiftTarget",
      "name" : "NetworkClient",
      "path" : "Sources/NetworkClient",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NetworkClient",
        "NetworkClientLive"
      ],
      "sources" : [
        "NetworkClient.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpersTests",
      "path" : "Tests/HelpersTests",
      "sources" : [
        "MutexTests.swift"
      ],
      "target_dependencies" : [
        "Helpers",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NetworkClient",
        "NetworkClientLive",
        "Networking",
        "OAuth",
        "TestSupport"
      ],
      "sources" : [
        "AnySendable.swift",
        "AsyncSequence+.swift",
        "AsyncSequence+Shared.swift",
        "Collection+.swift",
        "Data+.swift",
        "Data+Crypto.swift",
        "ErrorMessage.swift",
        "IsEqual.swift",
        "KeyPath+Sendable.swift",
        "Mutex.swift",
        "Optional+.swift",
        "RangeReplaceableCollection+.swift",
        "Task+Timeout.swift",
        "UniqueIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/danthorpe/swift-utilities
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/pointfreeco/swift-dependencies
[1/984] Fetching swift-http-types
[523/2402] Fetching swift-http-types, swift-utilities
[1184/3620] Fetching swift-http-types, swift-utilities, swift-tagged
[2398/4514] Fetching swift-http-types, swift-utilities, swift-tagged, swift-concurrency-extras
[3586/11268] Fetching swift-http-types, swift-utilities, swift-tagged, swift-concurrency-extras, swift-dependencies
[6001/17684] Fetching swift-http-types, swift-utilities, swift-tagged, swift-concurrency-extras, swift-dependencies, swift-numerics
Fetched https://github.com/pointfreeco/swift-tagged from cache (0.32s)
[7268/16466] Fetching swift-http-types, swift-utilities, swift-concurrency-extras, swift-dependencies, swift-numerics
Fetching https://github.com/apple/swift-docc-plugin
[16467/18637] Fetching swift-http-types, swift-utilities, swift-concurrency-extras, swift-dependencies, swift-numerics, swift-docc-plugin
Fetched https://github.com/apple/swift-http-types from cache (0.54s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.54s)
Fetched https://github.com/danthorpe/swift-utilities from cache (0.54s)
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/apple/swift-numerics from cache (0.54s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.54s)
Fetching https://github.com/apple/swift-algorithms
[261/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
[1/6058] Fetching swift-algorithms
[2849/23529] Fetching swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms from cache (0.40s)
[4543/17471] Fetching swift-argument-parser
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/apple/swift-argument-parser from cache (0.78s)
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.44s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (4.05s)
Computing version for https://github.com/danthorpe/swift-utilities
Computed https://github.com/danthorpe/swift-utilities at 0.7.0 (1.43s)
Fetching http://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5443] Fetching swift-custom-dump
[5444/11166] Fetching swift-custom-dump, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.38s)
[630/5723] Fetching xctest-dynamic-overlay
Fetched http://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.93s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.82s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.64s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.56s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.99s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.3 (0.60s)
Fetching https://github.com/apple/swift-collections.git
[1/23358] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.75s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.53s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (0.56s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2550] Fetching combine-schedulers
[2551/3867] Fetching combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.29s)
[1/74938] Fetching swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (4.41s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.48s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (5.15s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.52s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.55s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.15s)
Computing version for http://github.com/pointfreeco/xctest-dynamic-overlay
Computed http://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.48s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (0.73s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.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/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/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/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for http://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of http://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/danthorpe/swift-utilities
Working copy of https://github.com/danthorpe/swift-utilities resolved at 0.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.12.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/73] Write sources
[49/73] Compiling _NumericsShims _NumericsShims.c
[50/73] Compiling _SwiftSyntaxCShims PlatformMutex.c
[51/73] Write swift-version-24593BA9C3E375BF.txt
[53/105] Emitting module SwiftSyntax603
[54/105] Compiling SwiftSyntax603 Empty.swift
[55/106] Emitting module SwiftSyntax600
[56/106] Compiling SwiftSyntax600 Empty.swift
[58/107] Compiling SwiftSyntax602 Empty.swift
[59/107] Emitting module SwiftSyntax602
[62/108] Emitting module SwiftSyntax509
[63/108] Compiling SwiftSyntax509 Empty.swift
[64/109] Emitting module SwiftSyntax510
[65/109] Compiling SwiftSyntax510 Empty.swift
[66/109] Emitting module SwiftSyntax601
[67/109] Compiling SwiftSyntax601 Empty.swift
[71/127] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/127] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/127] Compiling InternalCollectionsUtilities String+Padding.swift
[74/127] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/129] Compiling RealModule Double+Real.swift
[76/129] Compiling RealModule ElementaryFunctions.swift
[77/129] Compiling RealModule Float+Real.swift
[78/129] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[79/129] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/129] Compiling InternalCollectionsUtilities Span+Extras.swift
[81/129] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[82/129] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[83/129] Emitting module InternalCollectionsUtilities
[84/129] Compiling RealModule AlgebraicField.swift
[85/129] Compiling RealModule ApproximateEquality.swift
[86/129] Compiling RealModule AugmentedArithmetic.swift
[87/129] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/129] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[89/129] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/129] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/130] Emitting module IssueReportingPackageSupport
[92/130] Compiling IssueReportingPackageSupport _Test.swift
[93/130] Compiling RealModule Float80+Real.swift
[94/130] Compiling RealModule RealFunctions.swift
[95/132] Compiling RealModule Real.swift
[99/141] Wrapping AST for SwiftSyntax603 for debugging
[101/141] Compiling RealModule RelaxedArithmetic.swift
[102/141] Compiling ConcurrencyExtras AsyncStream.swift
[103/141] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[104/147] Emitting module RealModule
[105/152] Compiling RealModule Float16+Real.swift
[106/152] Compiling ConcurrencyExtras ActorIsolated.swift
[107/152] Compiling ConcurrencyExtras AnyHashableSendable.swift
[108/153] Wrapping AST for SwiftSyntax601 for debugging
[109/153] Wrapping AST for SwiftSyntax602 for debugging
[111/324] Emitting module ContainersPreview
[112/328] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[113/328] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[114/328] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[115/328] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[116/328] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[117/328] Compiling ContainersPreview Producer+Map.swift
[118/328] Compiling ContainersPreview Producer+Reduce.swift
[119/328] Compiling ContainersPreview Producer.swift
[120/328] Compiling ContainersPreview Borrow.swift
[121/328] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[122/328] Compiling ContainersPreview BorrowingSequence.swift
[123/328] Compiling ContainersPreview BidirectionalContainer.swift
[124/328] Compiling ContainersPreview Container+Filter.swift
[125/328] Compiling ContainersPreview Container+SpanwiseZip.swift
[126/328] Compiling ContainersPreview OutputSpan+Extras.swift
[127/328] Compiling ContainersPreview TemporaryAllocation.swift
[128/328] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[129/328] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[130/328] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[131/328] Compiling ContainersPreview Drain+Reduce.swift
[132/328] Compiling ContainersPreview Drain.swift
[133/328] Compiling ContainersPreview Producer+Collect.swift
[134/328] Compiling ContainersPreview Producer+Filter.swift
[135/328] Compiling ContainersPreview RandomAccessContainer.swift
[136/328] Compiling ContainersPreview RangeExpression2.swift
[137/328] Compiling ContainersPreview RangeReplaceableContainer.swift
[138/328] Compiling ContainersPreview Drain+Map.swift
[139/328] Compiling ContainersPreview Container.swift
[140/328] Compiling ContainersPreview ContainerIterator.swift
[141/328] Compiling ContainersPreview DynamicContainer.swift
[142/328] Compiling ContainersPreview MutableContainer.swift
[143/328] Compiling ContainersPreview PermutableContainer.swift
[144/328] Compiling ContainersPreview Box.swift
[145/328] Compiling ContainersPreview Inout.swift
[146/328] Compiling ContainersPreview InputSpan.swift
[147/328] Compiling ContainersPreview Shared.swift
[148/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[149/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[150/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[151/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[152/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[153/329] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[154/329] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[155/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[156/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[157/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[158/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[159/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[160/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[161/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[175/336] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[176/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[177/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[178/336] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[195/361] Compiling Algorithms Compacted.swift
[196/361] Compiling Algorithms Cycle.swift
[197/361] Compiling Algorithms EitherSequence.swift
[198/361] Compiling Algorithms FirstNonNil.swift
[199/361] Compiling Algorithms AdjacentPairs.swift
[200/361] Compiling Algorithms Chain.swift
[201/361] Compiling Algorithms Chunked.swift
[202/361] Compiling Algorithms Combinations.swift
[203/361] Compiling OrderedCollections OrderedSet+Sendable.swift
[204/361] Compiling OrderedCollections OrderedSet+SubSequence.swift
[205/361] Compiling OrderedCollections OrderedSet+Testing.swift
[206/361] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[207/361] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[208/361] Compiling OrderedCollections OrderedSet.swift
[209/361] Compiling OrderedCollections _UnsafeBitset.swift
[210/361] Compiling Algorithms Split.swift
[211/361] Compiling Algorithms Stride.swift
[212/361] Compiling Algorithms Suffix.swift
[217/364] Emitting module OrderedCollections
[218/364] Compiling Algorithms RandomSample.swift
[219/364] Compiling Algorithms Reductions.swift
[220/365] Compiling Algorithms Rotate.swift
[221/365] Compiling Algorithms Joined.swift
[222/365] Compiling Algorithms Keyed.swift
[223/365] Compiling Algorithms MinMax.swift
[224/365] Compiling Algorithms Partition.swift
[225/365] Compiling Algorithms Permutations.swift
[226/365] Compiling Algorithms Product.swift
[228/365] Compiling ConcurrencyExtras Result.swift
[229/406] Compiling DequeModule _DequeBuffer.swift
[230/406] Compiling DequeModule _DequeBufferHeader.swift
[231/408] Compiling DequeModule UniqueDeque+Hashable.swift
[232/408] Compiling DequeModule UniqueDeque+Initializers.swift
[233/408] Compiling DequeModule UniqueDeque+Insertions.swift
[234/408] Compiling DequeModule UniqueDeque+Prepend.swift
[235/408] Compiling DequeModule UniqueDeque+Removals.swift
[236/408] Compiling DequeModule UniqueDeque+Consumption.swift
[237/408] Compiling DequeModule UniqueDeque+Container.swift
[238/408] Compiling DequeModule UniqueDeque+Descriptions.swift
[239/408] Compiling DequeModule UniqueDeque+Equatable.swift
[240/408] Compiling DequeModule UniqueDeque+Experimental.swift
[243/413] Compiling DequeModule RigidDeque+Append.swift
[244/413] Compiling DequeModule RigidDeque+Consumption.swift
[245/413] Compiling DequeModule RigidDeque+Container.swift
[246/413] Compiling DequeModule RigidDeque+Descriptions.swift
[247/413] Compiling DequeModule RigidDeque+Equatable.swift
[248/413] Compiling IssueReporting WithExpectedIssue.swift
[249/413] Compiling IssueReporting WithIssueContext.swift
[250/413] Compiling DequeModule RigidDeque+Initializers.swift
[251/413] Compiling DequeModule RigidDeque+Insertions.swift
[252/413] Compiling DequeModule RigidDeque+Prepend.swift
[253/413] Compiling DequeModule RigidDeque+Removals.swift
[254/413] Compiling DequeModule RigidDeque+Replacements.swift
[255/413] Compiling DequeModule RigidDeque+Testing.swift
[256/413] Compiling DequeModule RigidDeque.swift
[257/413] Compiling DequeModule UniqueDeque+Append.swift
[258/413] Compiling ConcurrencyExtras UncheckedSendable.swift
[261/413] Compiling HTTPTypes ISOLatin1String.swift
[265/414] Compiling DequeModule Deque+Testing.swift
[266/414] Compiling DequeModule Deque._Storage.swift
[267/414] Compiling DequeModule Deque._UnsafeHandle.swift
[268/414] Compiling DequeModule Deque.swift
[269/414] Compiling HTTPTypes HTTPParsedFields.swift
[270/414] Compiling DequeModule Deque+Equatable.swift
[271/414] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[272/414] Compiling DequeModule Deque+Extras.swift
[273/414] Compiling DequeModule Deque+Hashable.swift
[274/414] Emitting module HTTPTypes
[275/414] Compiling HTTPTypes HTTPResponse.swift
[276/414] Compiling HTTPTypes HTTPRequest.swift
[277/414] Compiling DequeModule Deque+Codable.swift
[278/414] Compiling DequeModule Deque+Collection.swift
[279/414] Compiling DequeModule Deque+CustomReflectable.swift
[280/414] Compiling DequeModule Deque+Descriptions.swift
[295/422] Compiling HTTPTypes NIOLock.swift
[310/422] Emitting module Algorithms
[312/423] Compiling HTTPTypes HTTPRequest+URL.swift
[312/423] Wrapping AST for SwiftSyntax600 for debugging
[314/423] Compiling ConcurrencyExtras LockIsolated.swift
[315/423] Emitting module ConcurrencyExtras
[325/423] Compiling ConcurrencyExtras MainSerialExecutor.swift
[326/423] Compiling ConcurrencyExtras Task.swift
[329/424] Wrapping AST for SwiftSyntax510 for debugging
[331/424] Compiling Protected Protected.swift
[332/424] Emitting module Protected
[336/425] Emitting module IssueReporting
[341/425] Emitting module DequeModule
[342/425] Compiling Tagged UUID.swift
[343/425] Compiling Tagged Tagged.swift
[344/425] Emitting module Tagged
[348/427] Wrapping AST for SwiftSyntax509 for debugging
[352/427] Compiling DequeModule UniqueDeque+Replacements.swift
[353/427] Compiling DequeModule UniqueDeque.swift
[354/427] Compiling DequeModule _DequeSlot.swift
[355/427] Compiling DequeModule _UnsafeDequeHandle.swift
[356/427] Compiling DequeModule _UnsafeDequeSegments.swift
[358/505] Compiling Clocks AnyClock.swift
[359/506] Compiling Clocks Lock.swift
[360/506] Compiling XCTestDynamicOverlay Exports.swift
[361/506] Compiling CombineSchedulers UIScheduler.swift
[362/507] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[363/507] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[364/507] Compiling CombineSchedulers UIKit.swift
[365/507] Compiling AsyncAlgorithms AsyncCompactedSequence.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() }
[366/507] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.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() }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[367/507] 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 |     ///
[368/507] Compiling Clocks Timer.swift
[369/507] Emitting module Clocks
[370/507] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[371/507] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[372/507] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[373/507] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[374/507] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[375/507] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[376/507] Compiling Clocks UnimplementedClock.swift
[377/507] Compiling Clocks ImmediateClock.swift
[378/507] Compiling CombineSchedulers UnimplementedScheduler.swift
[381/507] Compiling Clocks SwiftUI.swift
[382/507] Emitting module XCTestDynamicOverlay
[383/507] Compiling Clocks _AsyncTimerSequence.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.12s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/27] Write sources
[7/29] Write swift-version-24593BA9C3E375BF.txt
[9/71] Compiling SwiftSyntax603 Empty.swift
[10/71] Emitting module SwiftSyntax603
[11/71] Emitting module SwiftSyntax509
[12/72] Compiling Tagged UUID.swift
[13/72] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[14/72] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[15/74] Compiling IssueReportingPackageSupport _Test.swift
[16/74] Emitting module IssueReportingPackageSupport
[17/74] Compiling SwiftSyntax510 Empty.swift
[18/75] Compiling SwiftSyntax509 Empty.swift
[20/75] Emitting module SwiftSyntax510
[22/77] Compiling RealModule RealFunctions.swift
[23/77] Compiling RealModule Float80+Real.swift
[24/77] Compiling RealModule Real.swift
[26/77] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[27/77] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/77] Compiling InternalCollectionsUtilities Span+Extras.swift
[30/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[31/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[32/77] Compiling RealModule RelaxedArithmetic.swift
[33/75] Compiling Tagged Tagged.swift
[34/75] Emitting module Tagged
[35/76] Compiling RealModule Float16+Real.swift
[36/76] Compiling InternalCollectionsUtilities Debugging.swift
[37/76] Compiling InternalCollectionsUtilities Descriptions.swift
[38/76] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/76] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/76] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/76] Compiling InternalCollectionsUtilities Integer rank.swift
[42/79] Emitting module RealModule
[43/80] Compiling Protected Protected.swift
[44/80] Emitting module Protected
[46/84] Emitting module SwiftSyntax602
[47/84] Compiling SwiftSyntax602 Empty.swift
[54/85] Emitting module SwiftSyntax601
[55/85] Compiling SwiftSyntax601 Empty.swift
[58/104] Compiling IssueReporting TestContext.swift
[59/105] Compiling IssueReporting Unimplemented.swift
[60/106] Compiling SwiftSyntax600 Empty.swift
[61/106] Emitting module SwiftSyntax600
[65/123] Compiling IssueReporting XCTest.swift
[66/123] Compiling IssueReporting IsTesting.swift
[67/123] Compiling IssueReporting IssueReporter.swift
[68/123] Compiling IssueReporting BreakpointReporter.swift
[69/137] Emitting module InternalCollectionsUtilities
[70/147] Compiling Algorithms AdjacentPairs.swift
[71/147] Compiling Algorithms Chain.swift
[72/147] Compiling Algorithms Chunked.swift
[73/152] Compiling Algorithms Joined.swift
[74/152] Compiling Algorithms Keyed.swift
[75/152] Compiling Algorithms MinMax.swift
[76/153] Compiling Algorithms Grouped.swift
[77/153] Compiling Algorithms Indexed.swift
[78/153] Compiling Algorithms Intersperse.swift
[79/215] Compiling ConcurrencyExtras Result.swift
[80/215] Compiling SwiftSyntax SyntaxIdentifier.swift
[81/215] Compiling SwiftSyntax Identifier.swift
[82/215] Compiling SwiftSyntax SyntaxCollection.swift
[83/215] Compiling SwiftSyntax SyntaxHashable.swift
[84/216] Compiling ConcurrencyExtras MainSerialExecutor.swift
[86/216] Compiling ConcurrencyExtras Task.swift
[87/216] Compiling SwiftSyntax BumpPtrAllocator.swift
[88/216] Compiling SwiftSyntax CommonAncestor.swift
[89/216] Compiling ConcurrencyExtras LockIsolated.swift
[90/216] Compiling SwiftSyntax Assert.swift
[93/216] Compiling SwiftSyntax Convenience.swift
[94/216] Compiling SwiftSyntax CustomTraits.swift
[95/216] Compiling SwiftSyntax EditorPlaceholder.swift
[96/216] Emitting module ConcurrencyExtras
[97/216] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[99/216] Compiling SwiftSyntax AbsolutePosition.swift
[100/216] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[101/216] Compiling HTTPTypes ISOLatin1String.swift
[102/217] Compiling HTTPTypes HTTPParsedFields.swift
[103/217] Compiling ConcurrencyExtras UncheckedSendable.swift
[104/218] Emitting module IssueReporting
[106/306] Compiling HTTPTypes HTTPRequest+URL.swift
[107/306] Compiling OrderedCollections OrderedSet+Diffing.swift
[108/306] Compiling OrderedCollections OrderedSet+Equatable.swift
[109/306] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[110/306] Compiling OrderedCollections OrderedSet+Hashable.swift
[111/306] Compiling HTTPTypes NIOLock.swift
[112/310] Emitting module ContainersPreview
[113/310] Compiling OrderedCollections _HashTable+Bucket.swift
[114/310] Compiling OrderedCollections _HashTable+BucketIterator.swift
[115/310] Compiling OrderedCollections _HashTable+Constants.swift
[116/310] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[117/310] Compiling OrderedCollections _HashTable+Testing.swift
[118/310] Compiling OrderedCollections OrderedSet+Descriptions.swift
[120/311] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[121/311] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[122/311] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[123/311] Compiling OrderedCollections OrderedDictionary+Values.swift
[124/311] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[125/311] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[126/311] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[127/311] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[128/311] Compiling HTTPTypes HTTPRequest.swift
[129/311] Compiling HTTPTypes HTTPResponse.swift
[130/311] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[131/311] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[132/311] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[133/311] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/311] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[135/311] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/311] Compiling OrderedCollections OrderedDictionary.swift
[137/311] Compiling OrderedCollections OrderedSet+Codable.swift
[138/311] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[140/311] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[141/311] Compiling OrderedCollections _HashTable.swift
[142/311] Compiling OrderedCollections _Hashtable+Header.swift
[143/311] Compiling OrderedCollections OrderedDictionary+Codable.swift
[144/311] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[146/311] Compiling ContainersPreview Box.swift
[147/311] Compiling ContainersPreview Inout.swift
[148/311] Compiling ContainersPreview InputSpan.swift
[149/311] Compiling ContainersPreview Shared.swift
[157/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[158/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[159/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[160/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[161/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[162/319] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[163/319] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[164/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[165/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[166/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[167/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[168/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[169/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[170/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[171/346] Compiling CombineSchedulers TestScheduler.swift
[172/346] Compiling CombineSchedulers Timer.swift
[175/346] Compiling CombineSchedulers Lock.swift
[176/346] Compiling CombineSchedulers NSRecursiveLock.swift
[177/346] Compiling CombineSchedulers Platform.swift
[178/346] Compiling CombineSchedulers SwiftUI.swift
[201/356] Compiling XCTestDynamicOverlay Exports.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[202/386] 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 |     ///
[203/387] Compiling DequeModule RigidDeque+Removals.swift
[204/387] Compiling DequeModule RigidDeque+Replacements.swift
[205/387] Compiling DequeModule RigidDeque+Testing.swift
[206/387] Compiling DequeModule RigidDeque.swift
[207/387] Compiling DequeModule UniqueDeque+Append.swift
[208/387] Compiling DequeModule UniqueDeque+Consumption.swift
[209/387] Compiling DequeModule UniqueDeque+Container.swift
[210/387] Compiling DequeModule UniqueDeque+Descriptions.swift
[211/387] Compiling DequeModule UniqueDeque+Equatable.swift
[212/387] Compiling DequeModule UniqueDeque+Experimental.swift
[213/387] Compiling DequeModule UniqueDeque+Hashable.swift
[214/387] Compiling DequeModule UniqueDeque+Initializers.swift
[215/387] Compiling DequeModule UniqueDeque+Insertions.swift
[216/387] Compiling DequeModule UniqueDeque+Prepend.swift
[217/387] Compiling DequeModule UniqueDeque+Removals.swift
[218/387] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[219/387] Compiling Clocks SwiftUI.swift
[220/388] Compiling DequeModule Deque+Codable.swift
[221/388] Compiling DequeModule Deque+Collection.swift
[222/388] Compiling CombineSchedulers UIKit.swift
[223/388] Compiling CombineSchedulers UIScheduler.swift
[224/388] Compiling Clocks Timer.swift
[225/388] Compiling DequeModule Deque+Extras.swift
[226/388] Compiling DequeModule Deque+Hashable.swift
[227/388] Compiling DequeModule Deque+Testing.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() }
[228/388] Compiling DequeModule Deque._Storage.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() }
[229/388] Emitting module Clocks
[230/388] Emitting module XCTestDynamicOverlay
[231/388] Compiling DequeModule Deque+CustomReflectable.swift
[232/388] Compiling DequeModule Deque+Descriptions.swift
[233/388] Compiling DequeModule Deque+Equatable.swift
[234/388] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[235/388] Compiling Clocks AnyClock.swift
[239/388] Compiling DequeModule RigidDeque+Equatable.swift
[240/388] Compiling DequeModule RigidDeque+Experimental.swift
[241/388] Compiling DequeModule RigidDeque+Hashable.swift
[242/388] Compiling DequeModule RigidDeque+Initializers.swift
[243/388] Compiling DequeModule RigidDeque+Insertions.swift
[244/388] Compiling DequeModule RigidDeque+Prepend.swift
[260/393] Compiling Clocks Lock.swift
[261/393] Compiling Clocks ImmediateClock.swift
[262/393] Compiling Clocks _AsyncTimerSequence.swift
[263/393] Compiling CombineSchedulers UnimplementedScheduler.swift
[264/393] Compiling DequeModule _DequeBuffer.swift
[265/393] Compiling DequeModule _DequeBufferHeader.swift
[266/393] Compiling DequeModule RigidDeque+Append.swift
[267/393] Compiling DequeModule RigidDeque+Consumption.swift
[268/393] Compiling DequeModule RigidDeque+Container.swift
[269/393] Compiling DequeModule RigidDeque+Descriptions.swift
[272/393] Emitting module HTTPTypes
BUILD FAILURE 6.1 android