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 HandySwift, reference 4.3.0 (20b516), with Swift 6.1 for Wasm on 29 May 2025 21:32:38 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/FlineDev/HandySwift.git
Reference: 4.3.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/FlineDev/HandySwift
 * tag               4.3.0      -> FETCH_HEAD
HEAD is now at 20b5165 Migrate to Swift 6 & add any missing Sendable conformances
Cloned https://github.com/FlineDev/HandySwift.git
Revision (git rev-parse @):
20b51652a71eca85c6c5502aac870c6708fa148b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/HandySwift.git at 4.3.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FlineDev/HandySwift.git
https://github.com/FlineDev/HandySwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HandySwift",
  "name" : "HandySwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HandySwift",
      "targets" : [
        "HandySwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HandySwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "HandySwiftTests",
      "path" : "Tests/HandySwiftTests",
      "sources" : [
        "Extensions/ArrayExtTests.swift",
        "Extensions/CollectionExtTests.swift",
        "Extensions/ComparableExtTests.swift",
        "Extensions/DictionaryExtTests.swift",
        "Extensions/DispatchTimeIntervalExtTests.swift",
        "Extensions/DoubleExtTests.swift",
        "Extensions/FloatExtTests.swift",
        "Extensions/IntExtTests.swift",
        "Extensions/NSObjectExtTests.swift",
        "Extensions/NSRangeExtTests.swift",
        "Extensions/StringExtTests.swift",
        "Extensions/TimeIntervalExtTests.swift",
        "GlobalsTests.swift",
        "Protocols/WithableTests.swift",
        "Structs/FrequencyTableTests.swift",
        "Structs/GregorianDayTests.swift",
        "Structs/HandyRegexTests.swift",
        "Structs/SortedArrayTests.swift"
      ],
      "target_dependencies" : [
        "HandySwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HandySwift",
      "module_type" : "SwiftTarget",
      "name" : "HandySwift",
      "path" : "Sources/HandySwift",
      "product_memberships" : [
        "HandySwift"
      ],
      "sources" : [
        "Extensions/ArrayExt.swift",
        "Extensions/CaseIterableExt.swift",
        "Extensions/CollectionExt.swift",
        "Extensions/ComparableExt.swift",
        "Extensions/DataExt.swift",
        "Extensions/DateExt.swift",
        "Extensions/DictionaryExt.swift",
        "Extensions/DispatchTimeIntervalExt.swift",
        "Extensions/DoubleExt.swift",
        "Extensions/DurationExt.swift",
        "Extensions/FloatExt.swift",
        "Extensions/IntExt.swift",
        "Extensions/NSRangeExt.swift",
        "Extensions/RandomAccessCollectionExt.swift",
        "Extensions/SequenceExt.swift",
        "Extensions/StringExt.swift",
        "Extensions/StringProtocolExt.swift",
        "Extensions/SymmetricKeyExt.swift",
        "Extensions/TimeIntervalExt.swift",
        "Globals.swift",
        "Protocols/AutoConforming.swift",
        "Protocols/DivisibleArithmetic.swift",
        "Protocols/Withable.swift",
        "Types/Debouncer.swift",
        "Types/FrequencyTable.swift",
        "Types/GregorianDay.swift",
        "Types/GregorianTimeOfDay.swift",
        "Types/HandyRegex.swift",
        "Types/OperatingSystem.swift",
        "Types/SortedArray.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/30] Emitting module HandySwift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
[4/33] Compiling HandySwift StringProtocolExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
[5/33] Compiling HandySwift SymmetricKeyExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
[6/33] Compiling HandySwift TimeIntervalExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
[7/33] Compiling HandySwift Globals.swift
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
[8/33] Compiling HandySwift DataExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
[9/33] Compiling HandySwift DateExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
[10/33] Compiling HandySwift DictionaryExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
[11/33] Compiling HandySwift DispatchTimeIntervalExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
[12/33] Compiling HandySwift AutoConforming.swift
[13/33] Compiling HandySwift DivisibleArithmetic.swift
[14/33] Compiling HandySwift Withable.swift
[15/33] Compiling HandySwift Debouncer.swift
[16/33] Compiling HandySwift NSRangeExt.swift
[17/33] Compiling HandySwift RandomAccessCollectionExt.swift
[18/33] Compiling HandySwift SequenceExt.swift
[19/33] Compiling HandySwift StringExt.swift
[20/33] Compiling HandySwift FrequencyTable.swift
[21/33] Compiling HandySwift GregorianDay.swift
[22/33] Compiling HandySwift GregorianTimeOfDay.swift
[23/33] Compiling HandySwift DoubleExt.swift
[24/33] Compiling HandySwift DurationExt.swift
[25/33] Compiling HandySwift FloatExt.swift
[26/33] Compiling HandySwift IntExt.swift
[27/33] Compiling HandySwift HandyRegex.swift
[28/33] Compiling HandySwift OperatingSystem.swift
[29/33] Compiling HandySwift SortedArray.swift
[30/33] Compiling HandySwift ArrayExt.swift
[31/33] Compiling HandySwift CaseIterableExt.swift
[32/33] Compiling HandySwift CollectionExt.swift
[33/33] Compiling HandySwift ComparableExt.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/29] Emitting module HandySwift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
[3/32] Compiling HandySwift StringProtocolExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
[4/32] Compiling HandySwift SymmetricKeyExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
[5/32] Compiling HandySwift TimeIntervalExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
[6/32] Compiling HandySwift Globals.swift
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
[7/32] Compiling HandySwift DoubleExt.swift
[8/32] Compiling HandySwift DurationExt.swift
[9/32] Compiling HandySwift FloatExt.swift
[10/32] Compiling HandySwift IntExt.swift
[11/32] Compiling HandySwift DataExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
[12/32] Compiling HandySwift DateExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
[13/32] Compiling HandySwift DictionaryExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
[14/32] Compiling HandySwift DispatchTimeIntervalExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
 1 | import Foundation
 2 |
 3 | extension DispatchTimeInterval {
   |           `- error: cannot find type 'DispatchTimeInterval' in scope
 4 |    /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
 5 |    /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
[15/32] Compiling HandySwift ArrayExt.swift
[16/32] Compiling HandySwift CaseIterableExt.swift
[17/32] Compiling HandySwift CollectionExt.swift
[18/32] Compiling HandySwift ComparableExt.swift
[19/32] Compiling HandySwift AutoConforming.swift
[20/32] Compiling HandySwift DivisibleArithmetic.swift
[21/32] Compiling HandySwift Withable.swift
[22/32] Compiling HandySwift Debouncer.swift
[23/32] Compiling HandySwift FrequencyTable.swift
[24/32] Compiling HandySwift GregorianDay.swift
[25/32] Compiling HandySwift GregorianTimeOfDay.swift
[26/32] Compiling HandySwift NSRangeExt.swift
[27/32] Compiling HandySwift RandomAccessCollectionExt.swift
[28/32] Compiling HandySwift SequenceExt.swift
[29/32] Compiling HandySwift StringExt.swift
[30/32] Compiling HandySwift HandyRegex.swift
[31/32] Compiling HandySwift OperatingSystem.swift
[32/32] Compiling HandySwift SortedArray.swift
BUILD FAILURE 6.1 wasm