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 main (38b122), with Swift 6.1 for Wasm on 28 May 2025 08:52:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 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/reddavis/RedUx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38b1228 feat: declare ValueStatus as sendable (#39)
Cloned https://github.com/reddavis/RedUx.git
Revision (git rev-parse @):
38b1228a27ec9a88ecc8620f1c2e0ecb415f7c23
SUCCESS checkout https://github.com/reddavis/RedUx.git at main
========================================
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" : {
        "branch" : [
          "main"
        ]
      },
      "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-4606859-3":/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)
Creating working copy for https://github.com/reddavis/Asynchrone
Working copy of https://github.com/reddavis/Asynchrone resolved at main (1ddfcd3)
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] 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.
[5/37] Compiling Asynchrone AsyncSequenceCompletion.swift
[6/37] Compiling Asynchrone CatchErrorAsyncSequence.swift
[7/37] Compiling Asynchrone ChainAsyncSequenceable.swift
[8/37] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[9/37] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[10/37] Compiling Asynchrone TimerAsyncSequence.swift
[11/37] Compiling Asynchrone Zip3AsyncSequence.swift
[12/37] Compiling Asynchrone ZipAsyncSequence.swift
[13/37] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[14/37] Compiling Asynchrone SequenceAsyncSequence.swift
[15/37] Compiling Asynchrone SharedAsyncSequence.swift
[16/37] Compiling Asynchrone ThrottleAsyncSequence.swift
[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 Task+Extension.swift
[22/37] Compiling Asynchrone TimeInterval+Extension.swift
[23/37] Compiling Asynchrone AnyAsyncSequenceable.swift
[24/37] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[25/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)
[26/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)
[27/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)
[28/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)
[29/37] Compiling Asynchrone CombineLatestAsyncSequence.swift
[30/37] Compiling Asynchrone CurrentElementAsyncSequence.swift
[31/37] Compiling Asynchrone DebounceAsyncSequence.swift
[32/37] Compiling Asynchrone DelayAsyncSequence.swift
[33/37] Compiling Asynchrone ErrorMechanism.swift
[34/37] Compiling Asynchrone RethrowingAccessor.swift
[35/37] Compiling Asynchrone AsyncSequence+Extension.swift
[36/37] Compiling Asynchrone AsyncStream+Extension.swift
[37/37] Compiling Asynchrone AsyncThrowingStream+Extension.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
[2/31] Compiling Asynchrone Task+Extension.swift
[3/31] Compiling Asynchrone TimeInterval+Extension.swift
[4/31] Compiling Asynchrone AnyAsyncSequenceable.swift
[5/31] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[6/31] Compiling Asynchrone ErrorMechanism.swift
[7/31] Compiling Asynchrone RethrowingAccessor.swift
[8/31] Compiling Asynchrone AsyncSequence+Extension.swift
[9/31] Compiling Asynchrone AsyncStream+Extension.swift
[10/31] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[11/31] 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)
[12/31] 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)
[13/31] 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)
[14/31] 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)
[15/35] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[16/35] Compiling Asynchrone SequenceAsyncSequence.swift
[17/35] Compiling Asynchrone SharedAsyncSequence.swift
[18/35] Compiling Asynchrone ThrottleAsyncSequence.swift
[19/35] Compiling Asynchrone Empty.swift
[20/35] Compiling Asynchrone Fail.swift
[21/35] Compiling Asynchrone Just.swift
[22/35] Compiling Asynchrone Merge3AsyncSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/35] Compiling Asynchrone AsyncSequenceCompletion.swift
[24/35] Compiling Asynchrone CatchErrorAsyncSequence.swift
[25/35] Compiling Asynchrone ChainAsyncSequenceable.swift
[26/35] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[27/35] Compiling Asynchrone CombineLatestAsyncSequence.swift
[28/35] Compiling Asynchrone CurrentElementAsyncSequence.swift
[29/35] Compiling Asynchrone DebounceAsyncSequence.swift
[30/35] Compiling Asynchrone DelayAsyncSequence.swift
[31/35] 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.
[32/35] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[33/35] Compiling Asynchrone TimerAsyncSequence.swift
[34/35] Compiling Asynchrone Zip3AsyncSequence.swift
[35/35] Compiling Asynchrone ZipAsyncSequence.swift
BUILD FAILURE 6.1 wasm