The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build RedUx, reference v1.0.0 (69f6e0), with Swift 6.1 for Wasm on 28 May 2025 08:53:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/RedUx.git
Reference: v1.0.0
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/reddavis/RedUx
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 69f6e07 fix: no compiler error on <Xcode 13.4 (#36)
Cloned https://github.com/reddavis/RedUx.git
Revision (git rev-parse @):
69f6e076e5dbe1ebc66154d54fdab90f16d310ec
SUCCESS checkout https://github.com/reddavis/RedUx.git at v1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/reddavis/RedUx.git
https://github.com/reddavis/RedUx.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "asynchrone",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.19.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/reddavis/Asynchrone"
    }
  ],
  "manifest_display_name" : "RedUx",
  "name" : "RedUx",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "RedUx",
      "targets" : [
        "RedUx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedUxTests",
      "module_type" : "SwiftTarget",
      "name" : "RedUxTests",
      "path" : "RedUxTests",
      "sources" : [
        "Supporting Files/Assertions.swift",
        "Supporting Files/Models.swift",
        "Tests/ActionStatusTests.swift",
        "Tests/EffectManagerTests.swift",
        "Tests/EffectTests.swift",
        "Tests/ReducerTests.swift",
        "Tests/StoreTests.swift",
        "Tests/ValueStatusTests.swift",
        "Tests/ViewModelTests.swift"
      ],
      "target_dependencies" : [
        "RedUx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedUx",
      "module_type" : "SwiftTarget",
      "name" : "RedUx",
      "path" : "RedUx",
      "product_dependencies" : [
        "Asynchrone"
      ],
      "product_memberships" : [
        "RedUx"
      ],
      "sources" : [
        "Source/Effect.swift",
        "Source/EffectManager.swift",
        "Source/RedUxable.swift",
        "Source/Reducer.swift",
        "Source/Status/ActionStatus.swift",
        "Source/Status/ValueStatus.swift",
        "Source/Store.swift",
        "Source/SwiftUI/Extensions/View+Extension.swift",
        "Source/SwiftUI/UnwrapStore.swift",
        "Source/ViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/reddavis/Asynchrone
[1/4315] Fetching asynchrone
Fetched https://github.com/reddavis/Asynchrone from cache (2.23s)
Computing version for https://github.com/reddavis/Asynchrone
Computed https://github.com/reddavis/Asynchrone at 0.22.0 (4.62s)
Creating working copy for https://github.com/reddavis/Asynchrone
Working copy of https://github.com/reddavis/Asynchrone resolved at 0.22.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/33] Compiling Asynchrone AsyncSequenceCompletion.swift
[5/33] Compiling Asynchrone CatchErrorAsyncSequence.swift
[6/33] Compiling Asynchrone ChainAsyncSequenceable.swift
[7/33] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[8/33] Emitting module Asynchrone
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
[9/37] Compiling Asynchrone Task+Extension.swift
[10/37] Compiling Asynchrone TimeInterval+Extension.swift
[11/37] Compiling Asynchrone AnyAsyncSequenceable.swift
[12/37] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[13/37] Compiling Asynchrone MergeAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:73:24: error: 'nil' requires a contextual type
 71 |                 forName: notificationName,
 72 |                 object: object,
 73 |                 queue: nil
    |                        `- error: 'nil' requires a contextual type
 74 |             ) { [passthroughAsyncSequence] notification in
 75 |                 passthroughAsyncSequence.yield(notification)
[14/37] Compiling Asynchrone NotificationCenterAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:73:24: error: 'nil' requires a contextual type
 71 |                 forName: notificationName,
 72 |                 object: object,
 73 |                 queue: nil
    |                        `- error: 'nil' requires a contextual type
 74 |             ) { [passthroughAsyncSequence] notification in
 75 |                 passthroughAsyncSequence.yield(notification)
[15/37] Compiling Asynchrone PassthroughAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:73:24: error: 'nil' requires a contextual type
 71 |                 forName: notificationName,
 72 |                 object: object,
 73 |                 queue: nil
    |                        `- error: 'nil' requires a contextual type
 74 |             ) { [passthroughAsyncSequence] notification in
 75 |                 passthroughAsyncSequence.yield(notification)
[16/37] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:73:24: error: 'nil' requires a contextual type
 71 |                 forName: notificationName,
 72 |                 object: object,
 73 |                 queue: nil
    |                        `- error: 'nil' requires a contextual type
 74 |             ) { [passthroughAsyncSequence] notification in
 75 |                 passthroughAsyncSequence.yield(notification)
[17/37] Compiling Asynchrone Empty.swift
[18/37] Compiling Asynchrone Fail.swift
[19/37] Compiling Asynchrone Just.swift
[20/37] Compiling Asynchrone Merge3AsyncSequence.swift
[21/37] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[22/37] Compiling Asynchrone SequenceAsyncSequence.swift
[23/37] Compiling Asynchrone SharedAsyncSequence.swift
[24/37] Compiling Asynchrone ThrottleAsyncSequence.swift
[25/37] Compiling Asynchrone CombineLatestAsyncSequence.swift
[26/37] Compiling Asynchrone CurrentElementAsyncSequence.swift
[27/37] Compiling Asynchrone DebounceAsyncSequence.swift
[28/37] Compiling Asynchrone DelayAsyncSequence.swift
[29/37] Compiling Asynchrone ErrorMechanism.swift
[30/37] Compiling Asynchrone RethrowingAccessor.swift
[31/37] Compiling Asynchrone AsyncSequence+Extension.swift
[32/37] Compiling Asynchrone AsyncStream+Extension.swift
[33/37] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[34/37] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[35/37] Compiling Asynchrone TimerAsyncSequence.swift
[36/37] Compiling Asynchrone Zip3AsyncSequence.swift
[37/37] Compiling Asynchrone ZipAsyncSequence.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/31] Emitting module Asynchrone
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
[3/35] Compiling Asynchrone ErrorMechanism.swift
[4/35] Compiling Asynchrone RethrowingAccessor.swift
[5/35] Compiling Asynchrone AsyncSequence+Extension.swift
[6/35] Compiling Asynchrone AsyncStream+Extension.swift
[7/35] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[8/35] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[9/35] Compiling Asynchrone SequenceAsyncSequence.swift
[10/35] Compiling Asynchrone SharedAsyncSequence.swift
[11/35] Compiling Asynchrone ThrottleAsyncSequence.swift
[12/35] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[13/35] Compiling Asynchrone TimerAsyncSequence.swift
[14/35] Compiling Asynchrone Zip3AsyncSequence.swift
[15/35] Compiling Asynchrone ZipAsyncSequence.swift
[16/35] Compiling Asynchrone Task+Extension.swift
[17/35] Compiling Asynchrone TimeInterval+Extension.swift
[18/35] Compiling Asynchrone AnyAsyncSequenceable.swift
[19/35] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[20/35] Compiling Asynchrone AsyncSequenceCompletion.swift
[21/35] Compiling Asynchrone CatchErrorAsyncSequence.swift
[22/35] Compiling Asynchrone ChainAsyncSequenceable.swift
[23/35] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[24/35] Compiling Asynchrone MergeAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:73:24: error: 'nil' requires a contextual type
 71 |                 forName: notificationName,
 72 |                 object: object,
 73 |                 queue: nil
    |                        `- error: 'nil' requires a contextual type
 74 |             ) { [passthroughAsyncSequence] notification in
 75 |                 passthroughAsyncSequence.yield(notification)
[25/35] Compiling Asynchrone NotificationCenterAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:73:24: error: 'nil' requires a contextual type
 71 |                 forName: notificationName,
 72 |                 object: object,
 73 |                 queue: nil
    |                        `- error: 'nil' requires a contextual type
 74 |             ) { [passthroughAsyncSequence] notification in
 75 |                 passthroughAsyncSequence.yield(notification)
[26/35] Compiling Asynchrone PassthroughAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:73:24: error: 'nil' requires a contextual type
 71 |                 forName: notificationName,
 72 |                 object: object,
 73 |                 queue: nil
    |                        `- error: 'nil' requires a contextual type
 74 |             ) { [passthroughAsyncSequence] notification in
 75 |                 passthroughAsyncSequence.yield(notification)
[27/35] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:22:37: error: cannot find type 'NotificationCenter' in scope
 20 |
 21 |     // Private
 22 |     private var notificationCenter: NotificationCenter
    |                                     `- error: cannot find type 'NotificationCenter' in scope
 23 |     private var notificationName: Notification.Name
 24 |     private var object: AnyObject?
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:29:29: error: cannot find type 'NotificationCenter' in scope
 27 |
 28 |     public init(
 29 |         notificationCenter: NotificationCenter,
    |                             `- error: cannot find type 'NotificationCenter' in scope
 30 |         notificationName: Notification.Name,
 31 |         object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:55:41: error: cannot find type 'NotificationCenter' in scope
 53 | extension NotificationCenterAsyncSequence {
 54 |     public struct Iterator: AsyncIteratorProtocol {
 55 |         private var notificationCenter: NotificationCenter
    |                                         `- error: cannot find type 'NotificationCenter' in scope
 56 |         private var passthroughAsyncSequence: PassthroughAsyncSequence<Notification> = .init()
 57 |         private var iterator: PassthroughAsyncSequence<Notification>.AsyncIterator
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:63:33: error: cannot find type 'NotificationCenter' in scope
 61 |
 62 |         init(
 63 |             notificationCenter: NotificationCenter,
    |                                 `- error: cannot find type 'NotificationCenter' in scope
 64 |             notificationName: Notification.Name,
 65 |             object: AnyObject? = nil
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:96:11: error: cannot find type 'NotificationCenter' in scope
 94 | // MARK: Notification center
 95 |
 96 | extension NotificationCenter {
    |           `- error: cannot find type 'NotificationCenter' in scope
 97 |     /// Returns an async sequence that emits when the notification
 98 |     /// center broadcasts notifications.
/host/spi-builder-workspace/.build/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift:73:24: error: 'nil' requires a contextual type
 71 |                 forName: notificationName,
 72 |                 object: object,
 73 |                 queue: nil
    |                        `- error: 'nil' requires a contextual type
 74 |             ) { [passthroughAsyncSequence] notification in
 75 |                 passthroughAsyncSequence.yield(notification)
[28/35] Compiling Asynchrone Empty.swift
[29/35] Compiling Asynchrone Fail.swift
[30/35] Compiling Asynchrone Just.swift
[31/35] Compiling Asynchrone Merge3AsyncSequence.swift
[32/35] Compiling Asynchrone CombineLatestAsyncSequence.swift
[33/35] Compiling Asynchrone CurrentElementAsyncSequence.swift
[34/35] Compiling Asynchrone DebounceAsyncSequence.swift
[35/35] Compiling Asynchrone DelayAsyncSequence.swift
BUILD FAILURE 6.1 wasm