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 AllCache, reference 3.8.1 (9153c5), with Swift 6.1 for Wasm on 27 May 2025 19:53:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/JuanjoArreola/AllCache.git
Reference: 3.8.1
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/JuanjoArreola/AllCache
 * tag               3.8.1      -> FETCH_HEAD
HEAD is now at 9153c55 Fix log warn
Cloned https://github.com/JuanjoArreola/AllCache.git
Revision (git rev-parse @):
9153c553d51b85b0b49fef18464b54f417668b8c
SUCCESS checkout https://github.com/JuanjoArreola/AllCache.git at 3.8.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/JuanjoArreola/AllCache.git
https://github.com/JuanjoArreola/AllCache.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "logg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "2.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/Logg.git"
    },
    {
      "identity" : "asyncrequest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/AsyncRequest.git"
    }
  ],
  "manifest_display_name" : "AllCache",
  "name" : "AllCache",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AllCache",
      "targets" : [
        "AllCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AllCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "AllCacheTests",
      "path" : "Tests",
      "sources" : [
        "AllCacheTests/DiskTests.swift",
        "AllCacheTests/Icecream.swift",
        "AllCacheTests/ImageCacheTests.swift",
        "AllCacheTests/MemoryTests.swift",
        "AllCacheTests/RequestingCacheTests.swift",
        "LinuxMain.swift"
      ],
      "target_dependencies" : [
        "AllCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AllCache",
      "module_type" : "SwiftTarget",
      "name" : "AllCache",
      "path" : "Sources",
      "product_dependencies" : [
        "Logg",
        "AsyncRequest"
      ],
      "product_memberships" : [
        "AllCache"
      ],
      "sources" : [
        "AllCacheFormatter.swift",
        "CGSize+Util.swift",
        "CachableDescriptor.swift",
        "Cache.swift",
        "CodableSerializer.swift",
        "DataSerializer.swift",
        "DiskCache.swift",
        "ImageCache.swift",
        "ImageFetcher.swift",
        "ImageResizer.swift",
        "ImageSerializer.swift",
        "JPEGImageSerializer.swift",
        "LowMemoryHandler.swift",
        "MemoryCache.swift",
        "Networking.swift",
        "ObjectFetcher.swift",
        "ObjectProcessor.swift",
        "PNGImageSerializer.swift",
        "RequestingCache.swift",
        "String+Range.swift",
        "UIButton+ImageCache.swift",
        "UIImageView+ImageCache.swift",
        "URL+Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/JuanjoArreola/AsyncRequest.git
Fetching https://github.com/JuanjoArreola/Logg.git
[1/159] Fetching logg
[160/296] Fetching logg, asyncrequest
Fetched https://github.com/JuanjoArreola/Logg.git from cache (0.25s)
Fetched https://github.com/JuanjoArreola/AsyncRequest.git from cache (0.25s)
Computing version for https://github.com/JuanjoArreola/AsyncRequest.git
Computed https://github.com/JuanjoArreola/AsyncRequest.git at 2.3.0 (1.60s)
Computing version for https://github.com/JuanjoArreola/Logg.git
Computed https://github.com/JuanjoArreola/Logg.git at 2.4.1 (1.00s)
Creating working copy for https://github.com/JuanjoArreola/Logg.git
Working copy of https://github.com/JuanjoArreola/Logg.git resolved at 2.4.1
Creating working copy for https://github.com/JuanjoArreola/AsyncRequest.git
Working copy of https://github.com/JuanjoArreola/AsyncRequest.git resolved at 2.3.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/22] Compiling Logg LogFormatter.swift
[6/22] Compiling Logg LogContext.swift
[7/23] Compiling Logg LogLevel.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/23] Emitting module AsyncRequest
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:23:63: error: cannot find type 'DispatchQueue' in scope
 21 |
 22 |     /// Creates an already falied request, use only on serial queues
 23 |     public static func completed(with error: Error, in queue: DispatchQueue) -> Request<T> {
    |                                                               `- error: cannot find type 'DispatchQueue' in scope
 24 |         let request = Request<T>()
 25 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:32:60: error: cannot find type 'DispatchQueue' in scope
 30 |
 31 |     /// Creates an already successful request, use only on serial queues
 32 |     public static func completed(with object: T, in queue: DispatchQueue) -> Request<T> {
    |                                                            `- error: cannot find type 'DispatchQueue' in scope
 33 |         let request = Request<T>()
 34 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:64:53: error: cannot find type 'DispatchQueue' in scope
 62 |     }
 63 |
 64 |     open func complete(with error: Error, in queue: DispatchQueue) {
    |                                                     `- error: cannot find type 'DispatchQueue' in scope
 65 |         queue.async { self.complete(with: error) }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/RequestHandlers.swift:3:24: error: cannot find type 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let syncQueue: DispatchQueue = DispatchQueue(label: "com.request.SyncQueue", attributes: .concurrent)
   |                        `- error: cannot find type 'DispatchQueue' in scope
 4 |
 5 | class RequestHandlers<T> {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/URLSessionRequest.swift:5:24: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | open class URLSessionRequest<T>: Request<T> {
 4 |
 5 |     open var dataTask: URLSessionTask?
   |                        `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |
 7 |     override open func cancel() {
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' has been explicitly marked unavailable here
[9/23] Compiling Logg CompositeLogger.swift
[10/23] Compiling Logg ConsoleFormatter.swift
[11/24] Compiling AsyncRequest URLSessionRequest.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/URLSessionRequest.swift:5:24: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | open class URLSessionRequest<T>: Request<T> {
 4 |
 5 |     open var dataTask: URLSessionTask?
   |                        `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |
 7 |     override open func cancel() {
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/URLSessionRequest.swift:8:19: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'cancel'
 6 |
 7 |     override open func cancel() {
 8 |         dataTask?.cancel()
   |                   `- error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'cancel'
 9 |         super.cancel()
10 |     }
[12/24] Compiling AsyncRequest RequestHandlers.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/RequestHandlers.swift:3:24: error: cannot find type 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let syncQueue: DispatchQueue = DispatchQueue(label: "com.request.SyncQueue", attributes: .concurrent)
   |                        `- error: cannot find type 'DispatchQueue' in scope
 4 |
 5 | class RequestHandlers<T> {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:64:53: error: cannot find type 'DispatchQueue' in scope
 62 |     }
 63 |
 64 |     open func complete(with error: Error, in queue: DispatchQueue) {
    |                                                     `- error: cannot find type 'DispatchQueue' in scope
 65 |         queue.async { self.complete(with: error) }
 66 |     }
[13/24] Compiling AsyncRequest TimeoutRequest.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:23:63: error: cannot find type 'DispatchQueue' in scope
 21 |
 22 |     /// Creates an already falied request, use only on serial queues
 23 |     public static func completed(with error: Error, in queue: DispatchQueue) -> Request<T> {
    |                                                               `- error: cannot find type 'DispatchQueue' in scope
 24 |         let request = Request<T>()
 25 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:32:60: error: cannot find type 'DispatchQueue' in scope
 30 |
 31 |     /// Creates an already successful request, use only on serial queues
 32 |     public static func completed(with object: T, in queue: DispatchQueue) -> Request<T> {
    |                                                            `- error: cannot find type 'DispatchQueue' in scope
 33 |         let request = Request<T>()
 34 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:64:53: error: cannot find type 'DispatchQueue' in scope
 62 |     }
 63 |
 64 |     open func complete(with error: Error, in queue: DispatchQueue) {
    |                                                     `- error: cannot find type 'DispatchQueue' in scope
 65 |         queue.async { self.complete(with: error) }
 66 |     }
[14/24] Compiling AsyncRequest RequestGroup.swift
[15/24] Compiling AsyncRequest RequestError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/24] Emitting module Logg
/host/spi-builder-workspace/.build/checkouts/Logg/Sources/Logg/ConsoleLogger.swift:3:24: error: cannot find 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let logQueue = DispatchQueue(label: "com.logg.ConsoleQueue", attributes: [])
   |                        `- error: cannot find 'DispatchQueue' in scope
 4 |
 5 | public class ConsoleLogger: Logger {
/host/spi-builder-workspace/.build/checkouts/Logg/Sources/Logg/FileLogger.swift:3:24: error: cannot find 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let logQueue = DispatchQueue(label: "com.logg.FileQueue", attributes: [])
   |                        `- error: cannot find 'DispatchQueue' in scope
 4 |
 5 | public enum FileLoggerError: Error {
[19/24] Compiling AsyncRequest Request.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:23:63: error: cannot find type 'DispatchQueue' in scope
 21 |
 22 |     /// Creates an already falied request, use only on serial queues
 23 |     public static func completed(with error: Error, in queue: DispatchQueue) -> Request<T> {
    |                                                               `- error: cannot find type 'DispatchQueue' in scope
 24 |         let request = Request<T>()
 25 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:32:60: error: cannot find type 'DispatchQueue' in scope
 30 |
 31 |     /// Creates an already successful request, use only on serial queues
 32 |     public static func completed(with object: T, in queue: DispatchQueue) -> Request<T> {
    |                                                            `- error: cannot find type 'DispatchQueue' in scope
 33 |         let request = Request<T>()
 34 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:64:53: error: cannot find type 'DispatchQueue' in scope
 62 |     }
 63 |
 64 |     open func complete(with error: Error, in queue: DispatchQueue) {
    |                                                     `- error: cannot find type 'DispatchQueue' in scope
 65 |         queue.async { self.complete(with: error) }
 66 |     }
[20/24] Compiling Logg ConsoleLogger.swift
/host/spi-builder-workspace/.build/checkouts/Logg/Sources/Logg/ConsoleLogger.swift:3:24: error: cannot find 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let logQueue = DispatchQueue(label: "com.logg.ConsoleQueue", attributes: [])
   |                        `- error: cannot find 'DispatchQueue' in scope
 4 |
 5 | public class ConsoleLogger: Logger {
[21/24] Compiling Logg FileLogger.swift
/host/spi-builder-workspace/.build/checkouts/Logg/Sources/Logg/FileLogger.swift:3:24: error: cannot find 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let logQueue = DispatchQueue(label: "com.logg.FileQueue", attributes: [])
   |                        `- error: cannot find 'DispatchQueue' in scope
 4 |
 5 | public enum FileLoggerError: Error {
[22/24] Compiling Logg DefaultFormatter.swift
[23/24] Compiling Logg Logger.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/19] Compiling AsyncRequest URLSessionRequest.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/URLSessionRequest.swift:5:24: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | open class URLSessionRequest<T>: Request<T> {
 4 |
 5 |     open var dataTask: URLSessionTask?
   |                        `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |
 7 |     override open func cancel() {
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/URLSessionRequest.swift:8:19: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'cancel'
 6 |
 7 |     override open func cancel() {
 8 |         dataTask?.cancel()
   |                   `- error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'cancel'
 9 |         super.cancel()
10 |     }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/20] Compiling Logg CompositeLogger.swift
[4/20] Compiling Logg ConsoleFormatter.swift
[5/20] Emitting module Logg
/host/spi-builder-workspace/.build/checkouts/Logg/Sources/Logg/ConsoleLogger.swift:3:24: error: cannot find 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let logQueue = DispatchQueue(label: "com.logg.ConsoleQueue", attributes: [])
   |                        `- error: cannot find 'DispatchQueue' in scope
 4 |
 5 | public class ConsoleLogger: Logger {
/host/spi-builder-workspace/.build/checkouts/Logg/Sources/Logg/FileLogger.swift:3:24: error: cannot find 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let logQueue = DispatchQueue(label: "com.logg.FileQueue", attributes: [])
   |                        `- error: cannot find 'DispatchQueue' in scope
 4 |
 5 | public enum FileLoggerError: Error {
[6/21] Compiling AsyncRequest UUIDTimeoutRequest.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:64:53: error: cannot find type 'DispatchQueue' in scope
 62 |     }
 63 |
 64 |     open func complete(with error: Error, in queue: DispatchQueue) {
    |                                                     `- error: cannot find type 'DispatchQueue' in scope
 65 |         queue.async { self.complete(with: error) }
 66 |     }
[7/21] Compiling AsyncRequest RequestHandlers.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/RequestHandlers.swift:3:24: error: cannot find type 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let syncQueue: DispatchQueue = DispatchQueue(label: "com.request.SyncQueue", attributes: .concurrent)
   |                        `- error: cannot find type 'DispatchQueue' in scope
 4 |
 5 | class RequestHandlers<T> {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:64:53: error: cannot find type 'DispatchQueue' in scope
 62 |     }
 63 |
 64 |     open func complete(with error: Error, in queue: DispatchQueue) {
    |                                                     `- error: cannot find type 'DispatchQueue' in scope
 65 |         queue.async { self.complete(with: error) }
 66 |     }
[8/21] Compiling Logg LogFormatter.swift
[9/21] Compiling AsyncRequest TimeoutRequest.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:23:63: error: cannot find type 'DispatchQueue' in scope
 21 |
 22 |     /// Creates an already falied request, use only on serial queues
 23 |     public static func completed(with error: Error, in queue: DispatchQueue) -> Request<T> {
    |                                                               `- error: cannot find type 'DispatchQueue' in scope
 24 |         let request = Request<T>()
 25 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:32:60: error: cannot find type 'DispatchQueue' in scope
 30 |
 31 |     /// Creates an already successful request, use only on serial queues
 32 |     public static func completed(with object: T, in queue: DispatchQueue) -> Request<T> {
    |                                                            `- error: cannot find type 'DispatchQueue' in scope
 33 |         let request = Request<T>()
 34 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:64:53: error: cannot find type 'DispatchQueue' in scope
 62 |     }
 63 |
 64 |     open func complete(with error: Error, in queue: DispatchQueue) {
    |                                                     `- error: cannot find type 'DispatchQueue' in scope
 65 |         queue.async { self.complete(with: error) }
 66 |     }
[10/21] Compiling Logg LogContext.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/21] Emitting module AsyncRequest
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:23:63: error: cannot find type 'DispatchQueue' in scope
 21 |
 22 |     /// Creates an already falied request, use only on serial queues
 23 |     public static func completed(with error: Error, in queue: DispatchQueue) -> Request<T> {
    |                                                               `- error: cannot find type 'DispatchQueue' in scope
 24 |         let request = Request<T>()
 25 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:32:60: error: cannot find type 'DispatchQueue' in scope
 30 |
 31 |     /// Creates an already successful request, use only on serial queues
 32 |     public static func completed(with object: T, in queue: DispatchQueue) -> Request<T> {
    |                                                            `- error: cannot find type 'DispatchQueue' in scope
 33 |         let request = Request<T>()
 34 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:64:53: error: cannot find type 'DispatchQueue' in scope
 62 |     }
 63 |
 64 |     open func complete(with error: Error, in queue: DispatchQueue) {
    |                                                     `- error: cannot find type 'DispatchQueue' in scope
 65 |         queue.async { self.complete(with: error) }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/RequestHandlers.swift:3:24: error: cannot find type 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let syncQueue: DispatchQueue = DispatchQueue(label: "com.request.SyncQueue", attributes: .concurrent)
   |                        `- error: cannot find type 'DispatchQueue' in scope
 4 |
 5 | class RequestHandlers<T> {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/URLSessionRequest.swift:5:24: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | open class URLSessionRequest<T>: Request<T> {
 4 |
 5 |     open var dataTask: URLSessionTask?
   |                        `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |
 7 |     override open func cancel() {
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' has been explicitly marked unavailable here
[14/21] Compiling AsyncRequest RequestError.swift
[15/21] Compiling AsyncRequest Request.swift
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:23:63: error: cannot find type 'DispatchQueue' in scope
 21 |
 22 |     /// Creates an already falied request, use only on serial queues
 23 |     public static func completed(with error: Error, in queue: DispatchQueue) -> Request<T> {
    |                                                               `- error: cannot find type 'DispatchQueue' in scope
 24 |         let request = Request<T>()
 25 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:32:60: error: cannot find type 'DispatchQueue' in scope
 30 |
 31 |     /// Creates an already successful request, use only on serial queues
 32 |     public static func completed(with object: T, in queue: DispatchQueue) -> Request<T> {
    |                                                            `- error: cannot find type 'DispatchQueue' in scope
 33 |         let request = Request<T>()
 34 |         queue.async {
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:52:50: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     open func complete(with object: T, in queue: DispatchQueue) {
    |                                                  `- error: cannot find type 'DispatchQueue' in scope
 53 |         queue.async { self.complete(with: object) }
 54 |     }
/host/spi-builder-workspace/.build/checkouts/AsyncRequest/Sources/Request.swift:64:53: error: cannot find type 'DispatchQueue' in scope
 62 |     }
 63 |
 64 |     open func complete(with error: Error, in queue: DispatchQueue) {
    |                                                     `- error: cannot find type 'DispatchQueue' in scope
 65 |         queue.async { self.complete(with: error) }
 66 |     }
[16/21] Compiling AsyncRequest RequestGroup.swift
[17/21] Compiling Logg LogLevel.swift
[18/21] Compiling Logg FileLogger.swift
/host/spi-builder-workspace/.build/checkouts/Logg/Sources/Logg/FileLogger.swift:3:24: error: cannot find 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let logQueue = DispatchQueue(label: "com.logg.FileQueue", attributes: [])
   |                        `- error: cannot find 'DispatchQueue' in scope
 4 |
 5 | public enum FileLoggerError: Error {
[19/21] Compiling Logg Logger.swift
[20/21] Compiling Logg DefaultFormatter.swift
[21/21] Compiling Logg ConsoleLogger.swift
/host/spi-builder-workspace/.build/checkouts/Logg/Sources/Logg/ConsoleLogger.swift:3:24: error: cannot find 'DispatchQueue' in scope
 1 | import Foundation
 2 |
 3 | private let logQueue = DispatchQueue(label: "com.logg.ConsoleQueue", attributes: [])
   |                        `- error: cannot find 'DispatchQueue' in scope
 4 |
 5 | public class ConsoleLogger: Logger {
BUILD FAILURE 6.1 wasm