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 SwiftyBeaver, reference main (907cb1), with Swift 6.1 for Wasm on 31 May 2025 01:10:33 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/MFB-Technologies-Inc/SwiftyBeaver.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/MFB-Technologies-Inc/SwiftyBeaver
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 907cb18 Merge pull request #10 from MFB-Technologies-Inc/feature/persistent-file-handle
Cloned https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
Revision (git rev-parse @):
907cb189968691343b80357f7d4e059ef48d4c1e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
https://github.com/MFB-Technologies-Inc/SwiftyBeaver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "SwiftyBeaver",
  "name" : "SwiftyBeaver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyBeaver",
      "targets" : [
        "SwiftyBeaver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftyBeaverSwiftLog",
      "targets" : [
        "SwiftyBeaverSwiftLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyBeaverTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverTests",
      "path" : "Tests/SwiftyBeaverTests",
      "sources" : [
        "BaseDestinationTests.swift",
        "ConsoleDestinationTests.swift",
        "DestinationSetTests.swift",
        "FileDestinationTests.swift",
        "FilterTests.swift",
        "GoogleCloudDestinationTests.swift",
        "SwiftyBeaverTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyBeaverSwiftLogTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverSwiftLogTests",
      "path" : "Tests/SwiftyBeaverSwiftLogTests",
      "product_dependencies" : [
        "Logging"
      ],
      "sources" : [
        "LevelConversionTests.swift",
        "SwiftyBeaverLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver",
        "SwiftyBeaverSwiftLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyBeaverSwiftLog",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaverSwiftLog",
      "path" : "Sources/SwiftyBeaverSwiftLog",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SwiftyBeaverSwiftLog"
      ],
      "sources" : [
        "Logger_Level+SwiftyBeaver_Level.swift",
        "SwiftyBeaverLogHandler.swift",
        "SwiftyBeaver_Level+Logger_Level.swift"
      ],
      "target_dependencies" : [
        "SwiftyBeaver"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyBeaver",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyBeaver",
      "path" : "Sources/SwiftyBeaver",
      "product_memberships" : [
        "SwiftyBeaver",
        "SwiftyBeaverSwiftLog"
      ],
      "sources" : [
        "BaseDestination.swift",
        "ConsoleDestination.swift",
        "FileDestination.swift",
        "Filter.swift",
        "FilterValidator.swift",
        "GoogleCloudDestination.swift",
        "Internal/UncheckedSendable.swift",
        "SwiftyBeaver+Destinations.swift",
        "SwiftyBeaver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 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/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.86s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/18] Emitting module Logging
[6/18] Compiling Logging Locks.swift
[7/18] Compiling Logging MetadataProvider.swift
[8/18] Compiling Logging LogHandler.swift
[9/18] Compiling Logging Logging.swift
[11/19] Compiling SwiftyBeaver GoogleCloudDestination.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[12/20] Compiling SwiftyBeaver Filter.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[13/20] Compiling SwiftyBeaver FilterValidator.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[14/20] Compiling SwiftyBeaver BaseDestination.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[15/20] Compiling SwiftyBeaver ConsoleDestination.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/20] Emitting module SwiftyBeaver
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[17/20] Compiling SwiftyBeaver FileDestination.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[18/20] Compiling SwiftyBeaver SwiftyBeaver.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[19/20] Compiling SwiftyBeaver UncheckedSendable.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[20/20] Compiling SwiftyBeaver SwiftyBeaver+Destinations.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
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
[2/15] Compiling SwiftyBeaver Filter.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[3/15] Compiling SwiftyBeaver FilterValidator.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[4/15] Compiling SwiftyBeaver GoogleCloudDestination.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[5/16] Compiling SwiftyBeaver FileDestination.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[6/16] Compiling SwiftyBeaver SwiftyBeaver.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[7/16] Emitting module Logging
[8/16] Compiling Logging Locks.swift
[9/16] Compiling Logging MetadataProvider.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/16] Emitting module SwiftyBeaver
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[11/16] Compiling SwiftyBeaver BaseDestination.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[12/16] Compiling SwiftyBeaver ConsoleDestination.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[13/16] Compiling Logging LogHandler.swift
[14/16] Compiling Logging Logging.swift
[16/17] Compiling SwiftyBeaver UncheckedSendable.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
[17/17] Compiling SwiftyBeaver SwiftyBeaver+Destinations.swift
/host/spi-builder-workspace/Sources/SwiftyBeaver/BaseDestination.swift:9:8: error: no such module 'Dispatch'
  7 | // swiftlint:disable file_length
  8 |
  9 | import Dispatch
    |        `- error: no such module 'Dispatch'
 10 | import Foundation
 11 |
BUILD FAILURE 6.1 wasm